mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-23 03:11:15 +00:00
v1.0
This commit is contained in:
17
JetFrames.AppleJobs.Editor/Views/News.xaml.cs
Normal file
17
JetFrames.AppleJobs.Editor/Views/News.xaml.cs
Normal 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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user