button1_Click() private method

private button1_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
Example #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     main.clusterCount  = Convert.ToInt32(clusterCount.Text);
     main.ClusterRadius = Convert.ToInt32(clusterRadius.Text);
     main.parentCount   = Convert.ToInt32(parentCount.Text);
     main.satCount      = Convert.ToInt32(satcount.Text);
     //main.satCountOriginal = Convert.ToInt32(satcount.Text);
     main.button1_Click(sender, e);
     startBut_Click(sender, e);
 }