Beispiel #1
0
 private void CUT_BTN_Click(object sender, EventArgs e)
 {
     if (Editor_TXT.Enabled == true)
     {
         Editor_TXT.Cut();
     }
 }
Beispiel #2
0
 private void cutToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     Editor_TXT.Cut();
 }