Esempio n. 1
0
 public DrawObjAction(ActionType type, DrawObj drawObj)
 {
     ActionType = type;
     DrawObj    = drawObj.Clone() as DrawObj;
 }