actually now its usable
This commit is contained in:
12
Kits/Views/DefinitionIdEditor.xaml.cs
Normal file
12
Kits/Views/DefinitionIdEditor.xaml.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace Kits.Views;
|
||||
|
||||
public partial class DefinitionIdEditor : UserControl
|
||||
{
|
||||
public DefinitionIdEditor()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user