8 lines
152 B
C#
8 lines
152 B
C#
using DTS.Common.Base;
|
|
// ReSharper disable CheckNamespace
|
|
|
|
namespace DTS.Common.Interface
|
|
{
|
|
public interface IMainView : IBaseView { }
|
|
}
|