Esempio n. 1
0
 public LayerAddAction(Type figType, uint start, uint end, LayerCreationArgs e)
 {
     figureType = figType;
     Start      = start;
     End        = end;
     args       = e;
 }
Esempio n. 2
0
 public LayerAddAction(Type figType, uint start, uint end, LayerCreationArgs e)
 {
     figureType = figType;
     Start = start;
     End = end;
     args = e;
 }