10 lines
185 B
C#
10 lines
185 B
C#
namespace VisualComponentsLib
|
|
{
|
|
public partial class UserControl1 : UserControl
|
|
{
|
|
public UserControl1()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |