This commit is contained in:
Vitaliy
2017-01-10 21:06:47 +03:00
parent 6ead62af6e
commit 2bbf0580f7
44 changed files with 565 additions and 893 deletions

View File

@@ -0,0 +1,17 @@
using System.Windows.Controls;
using System.Windows.Input;
namespace JetFrames.AppleJobs.Editor.Views
{
/// <summary>
/// Interaction logic for News.xaml
/// </summary>
public partial class News : UserControl
{
public News()
{
InitializeComponent();
EditorViewModel.InitGrid(dg);
}
}
}