11 lines
190 B
C#
11 lines
190 B
C#
namespace WinFormsControlLibrary1
|
|
{
|
|
public partial class UserControl1 : UserControl
|
|
{
|
|
public UserControl1()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|