Exemple #1
0
 public OpDamagesObj(string InternalID) : base(InternalID)
 {
     this.Notification = null;
     this.Damage       = null;
     this.DamageCode   = "";
     this.Description  = "";
     this.Order        = 0;
     this.OpSys        = 0;
 }
Exemple #2
0
 public OpDamagesObj()
 {
     this.Notification = null;
     this.Damage       = null;
     this.DamageCode   = "";
     this.Description  = "";
     this.Order        = 0;
     this.OpSys        = 0;
 }