Esempio n. 1
0
 private void ActionLayer(ActionWithLayer action)
 {
     if (action == ActionWithLayer.Up)
     {
         UpZindexButton();
     }
     else
     if (action == ActionWithLayer.Down)
     {
         DownZindexButton();
     }
 }
Esempio n. 2
0
 public MoveLayer(ActionWithLayer action)
 {
     Action = action;
 }