Example #1
0
 private void boxesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Primitives.CreateBoxes();
     Invalidate();
 }