init
This commit is contained in:
10
Common/DTS.Common/Interface/ExportData/IExportHeader.cs
Normal file
10
Common/DTS.Common/Interface/ExportData/IExportHeader.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace DTS.Common.Interface.ExportData
|
||||
{
|
||||
public interface IExportHeader : INotifyPropertyChanged
|
||||
{
|
||||
string HeaderName { get; set; }
|
||||
bool IsSelected { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user