Example #1
0
 private void PasteToolStripMenuItemClick(object sender, EventArgs e)
 {
     _graphicsList.PasteSelection();
     Refresh();
 }