init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using DTS.Common.Base;
|
||||
using DTS.Common.Interface.DASFactory.Diagnostics.HardwareList;
|
||||
|
||||
namespace DTS.Common.Interface.Hardware.AddEditHardware
|
||||
{
|
||||
public interface IAddEditHardwareView : IBaseView
|
||||
{
|
||||
/// <summary>
|
||||
/// used to notify the view that it has been activated and should handle any
|
||||
/// post activation work
|
||||
/// </summary>
|
||||
void Activated();
|
||||
|
||||
int ViewDbVersion { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user