patbef-ServiceInside/Support/Controls/Labs.cs

21 lines
382 B
C#
Raw Permalink Normal View History

2024-01-29 16:26:54 +01:00
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Support.Controls
{
public partial class Labs : UserControl
{
public Labs()
{
InitializeComponent();
}
}
}