예제 #1
0
 /// <summary>
 ///
 /// </summary>
 private void Cut()
 {
     Copy();
     _presenter.RemoveSelectionText();
 }