using DTS.Common.Interface; namespace DTS.Viewer.View { /// /// Interaction logic for ShellView.xaml /// public partial class ShellView : IViewerShellView { public ShellView() { InitializeComponent(); } } }