Files
DP44/Common/DTS.Common/.svn/pristine/64/64a20e16097187ab0aa9e06a96af9ac2d91fc4fb.svn-base

8 lines
162 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using DTS.Common.Base;
// ReSharper disable CheckNamespace
namespace DTS.Common.Interface
{
public interface IExportMainViewGrid : IBaseView { }
}