using DTS.Common.Base; namespace DTS.Common.Interface.Sensors.SensorsList { public interface ISensorsListEditGroupView : IBaseView { /// /// handles adding/removing columns done before view is displayed /// 13065 Sensor "First Use" Date /// void HandleColumns(); void HandleAssemblyVisibilityColumns(bool bDontAllowDataCollectionIfOverused); void HandleInspectBeforeUseVisibilityColumn(bool show); } }