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