Example #1
0
 public void DoCut(object sender, EventArgs e)
 {
     if (notepad != null)
     {
         notepad.DoCut(sender, e);
     }
 }
Example #2
0
 public void DoCut(object sender, EventArgs e)
 {
     activePane.DoCut(sender, e);
 }