I18NCommander/I18N Commander/UI WinForms/Components/TextElements.cs

9 lines
171 B
C#

namespace UI_WinForms.Components;
public partial class TextElements : UserControl
{
public TextElements()
{
this.InitializeComponent();
}
}