Example #1
0
 private void toolStripButton8_Click(object sender, EventArgs e)
 {
     tool = SegTool.Brush;
 }
Example #2
0
 private void toolStripButton7_Click(object sender, EventArgs e)
 {
     tool = SegTool.Flood;
 }