Exemplo n.º 1
0
		public AlarmingDataSet (AlarmingEventType Type, String Name)
		{
			_Type = Type;
			_Name = Name;
			_created = DateTime.Now;
		}
Exemplo n.º 2
0
 public AlarmingDataSet(AlarmingEventType Type, String Name)
 {
     _Type    = Type;
     _Name    = Name;
     _created = DateTime.Now;
 }