TRX/tools/config/TRX_ConfigToolLib/Controls/PropertyControl.xaml.cs
2024-10-03 10:36:35 +02:00

11 lines
201 B
C#

using System.Windows.Controls;
namespace TRX_ConfigToolLib.Controls;
public partial class PropertyControl : UserControl
{
public PropertyControl()
{
InitializeComponent();
}
}