예제 #1
0
 private void MenuItem_Copy(object sender, EventArgs e)
 {
     if (Paper.SelectionLength > 0)
     {
         Paper.Copy();
     }
 }