7 lines
117 B
C#
7 lines
117 B
C#
using DTS.Common.Base;
|
|
|
|
namespace DTS.Common.Interface
|
|
{
|
|
public interface ICursorView : IBaseView { }
|
|
}
|