TRX/tools/config/TRX_ConfigToolLib/Controls/PropertyControl.xaml.cs

12 lines
201 B
C#
Raw Permalink Normal View History

2024-10-02 10:23:19 +02:00
using System.Windows.Controls;
namespace TRX_ConfigToolLib.Controls;
public partial class PropertyControl : UserControl
{
public PropertyControl()
{
InitializeComponent();
}
}