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

9 lines
171 B
C#
Raw Normal View History

2022-07-11 17:52:15 +00:00
namespace UI_WinForms.Components;
public partial class TextElements : UserControl
{
public TextElements()
{
this.InitializeComponent();
}
}