コード例 #1
0
 public void InsertText(string text)
 {
     _editor.InsertText(text);
 }