7 lines
118 B
C#
7 lines
118 B
C#
|
|
using DTS.Common.Base;
|
|||
|
|
|
|||
|
|
namespace DTS.Common.Interface
|
|||
|
|
{
|
|||
|
|
public interface IShellView : IBaseWindow { }
|
|||
|
|
}
|