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