16 lines
314 B
Plaintext
16 lines
314 B
Plaintext
|
|
using DTS.Common.Interface;
|
||
|
|
|
||
|
|
namespace DTS.Viewer
|
||
|
|
{
|
||
|
|
/// <summary>
|
||
|
|
/// Interaction logic for ShellView.xaml
|
||
|
|
/// </summary>
|
||
|
|
public partial class ViewerShellView : IViewerShellView
|
||
|
|
{
|
||
|
|
public ViewerShellView()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|