コード例 #1
0
ファイル: ControlHandlers.cs プロジェクト: hazzik/GEDKeeper
 public void Copy()
 {
     UIHelper.SetClipboardText(Control.SelectedText);
 }