Beispiel #1
0
 /// <inheritdoc/>
 void IGlobalShortcuts.OnCutPressed()
 {
     treeView.CutSelection();
 }
 /// <summary>
 /// Cuts the currently selected scene object.
 /// </summary>
 public void CutSelection()
 {
     treeView.CutSelection();
 }