예제 #1
0
 public NAttire(string att)
 {
     this.ID        = Const.getId(att);
     this.Current   = att;
     this.isDisable = false;
     this.T_Count   = Const.TYPE_NOTIFICATION.None;
 }
예제 #2
0
 public NAttire()
 {
     this.ID        = Const.getId();
     this.Current   = string.Empty;
     this.isDisable = false;
     this.T_Count   = Const.TYPE_NOTIFICATION.None;
 }