예제 #1
0
 public ActionRouting(int actionID, daction action)
 {
     this.actionID = actionID;
     this.action = action;
 }
예제 #2
0
 public ActionRouting(int actionID, daction action)
 {
     this.actionID = actionID;
     this.action   = action;
 }