Esempio n. 1
0
 public SmartAction(int id, string name)
     : base()
 {
     target = new SMART_TARGET_SELF();
     this.ID = id;
     this.name = name;
 }
Esempio n. 2
0
 public SmartAction()
     : base()
 {
     target = new SMART_TARGET_SELF();
 }