Exemple #1
0
 private void unionToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Bool.CreateUnion();
     Invalidate();
 }