Пример #1
0
 private void Ok_Click(object sender, EventArgs e)
 {
     if (comboBox1.SelectedItem == comboBox1.Items[0])
     {
         Bisection bisection = new Bisection();
         bisection.ShowDialog();
     }
 }
Пример #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            Bisection bisection = new Bisection();

            bisection.ShowDialog();
        }