init
This commit is contained in:
15
DTS Viewer/DTS.Viewer/View/ShellView.xaml.cs
Normal file
15
DTS Viewer/DTS.Viewer/View/ShellView.xaml.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using DTS.Common.Interface;
|
||||
|
||||
namespace DTS.Viewer.View
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for ShellView.xaml
|
||||
/// </summary>
|
||||
public partial class ShellView : IViewerShellView
|
||||
{
|
||||
public ShellView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user