mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-29 05:08:00 +03:00
11 lines
201 B
C#
11 lines
201 B
C#
using System.Windows.Controls;
|
|
|
|
namespace TRX_ConfigToolLib.Controls;
|
|
|
|
public partial class PropertyControl : UserControl
|
|
{
|
|
public PropertyControl()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|