Pluggable system for providing WPF controls inside the Entity Manager
This commit is contained in:
15
Torch.Server/Views/Entities/EntityControlsView.xaml.cs
Normal file
15
Torch.Server/Views/Entities/EntityControlsView.xaml.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace Torch.Server.Views.Entities
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for EntityControlsView.xaml
|
||||
/// </summary>
|
||||
public partial class EntityControlsView : ItemsControl
|
||||
{
|
||||
public EntityControlsView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user