コード例 #1
0
 public virtual void Copy()
 {
     if (textView != null)
     {
         textView.Copy(textView);
     }
 }