コード例 #1
0
 bool IEditorOperations.Paste()
 {
     return(ClipboardActions.PasteWithResult(TextEditor.GetTextEditorData()));
 }