Exemplo n.º 1
0
 private void CutToolStripMenuItemClick(object sender, EventArgs e)
 {
     _graphicsList.CutSelection();
     Refresh();
 }