using System.Windows; using DTS.Common.Base; namespace DTS.Common.Interface { public interface IViewerShellView : IBaseView { } }