예제 #1
0
 private void ActionLayer(ActionWithLayer action)
 {
     if (action == ActionWithLayer.Up)
     {
         UpZindexButton();
     }
     else
     if (action == ActionWithLayer.Down)
     {
         DownZindexButton();
     }
 }
예제 #2
0
파일: Events.cs 프로젝트: newvlad2001/paint
 public MoveLayer(ActionWithLayer action)
 {
     Action = action;
 }