mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-21 02:21:15 +00:00
18 lines
395 B
C#
18 lines
395 B
C#
using System.Windows.Controls;
|
|
using System.Windows.Input;
|
|
|
|
namespace JetFrames.AppleJobs.Editor.Views
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for ModelCategories.xaml
|
|
/// </summary>
|
|
public partial class ModelCategories : UserControl
|
|
{
|
|
public ModelCategories()
|
|
{
|
|
InitializeComponent();
|
|
EditorViewModel.InitGrid(dg);
|
|
}
|
|
}
|
|
}
|