Example #1
0
 public Form1()
 {
     InitializeComponent();
     Holst.MouseMove += new MouseEventHandler(GetCoordinates);
     SelectedColor    = Color.Black;
     Corners          = System.Convert.ToInt32(textBox2.Text);
     State            = new CircleStatement();
 }
Example #2
0
 private void radioButton1_MouseClick(object sender, MouseEventArgs e)
 {
     State = new CircleStatement();
 }