9 lines
155 B
C#
9 lines
155 B
C#
|
namespace UI_WinForms.Components;
|
|||
|
|
|||
|
public partial class Main : UserControl
|
|||
|
{
|
|||
|
public Main()
|
|||
|
{
|
|||
|
this.InitializeComponent();
|
|||
|
}
|
|||
|
}
|