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