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