Beispiel #1
0
 public void ManipulationDelta(ManipulationDeltaEventArgs e)
 {
     if (SelectedTool != null && !IsWorking)
     {
         SelectedTool.Delta(e);
     }
 }