8 lines
145 B
C#
8 lines
145 B
C#
|
|
using System.Windows;
|
|||
|
|
using DTS.Common.Base;
|
|||
|
|
|
|||
|
|
namespace DTS.Common.Interface
|
|||
|
|
{
|
|||
|
|
public interface IViewerShellView : IBaseView { }
|
|||
|
|
}
|