init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using DTS.Common.Base;
|
||||
|
||||
namespace DTS.Common.Interface.Sensors.SensorsList
|
||||
{
|
||||
public interface ISensorsListEditGroupView : IBaseView
|
||||
{
|
||||
/// <summary>
|
||||
/// handles adding/removing columns done before view is displayed
|
||||
/// 13065 Sensor "First Use" Date
|
||||
/// </summary>
|
||||
void HandleColumns();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user