Esempio n. 1
0
 /// <summary>
 /// Конструктор.
 /// </summary>
 public Extinguisher()
 {
     DateProduction = DateTime.Now;
     DateRecharge   = DateProduction.AddYears(5);
     IsHose         = true;
     IsSticker      = true;
     Point          = new ScalePoint();
 }
Esempio n. 2
0
 /// <summary>
 /// Конструктор.
 /// </summary>
 public Hose()
 {
     DateProduction = DateTime.Now;
     DateRolling    = DateProduction.AddYears(1);
     Point          = new ScalePoint();
 }
Esempio n. 3
0
 /// <summary>
 /// Конструктор.
 /// </summary>
 public Hydrant()
 {
     Point = new ScalePoint();
 }
Esempio n. 4
0
 /// <summary>
 /// Конструктор.
 /// </summary>
 public FireCabinet()
 {
     IsSticker = true;
     Point     = new ScalePoint();
 }