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