Inheritance: System.Windows.Forms.Form
Example #1
0
        private void button6_Click(object sender, EventArgs e)
        {
            AddRouteForm form = new AddRouteForm(comboBox1.SelectedIndex == 0 ? 4 : 6);

            form.ShowDialog();
        }
Example #2
0
 private void button6_Click(object sender, EventArgs e)
 {
     AddRouteForm form = new AddRouteForm(comboBox1.SelectedIndex == 0 ? 4 : 6);
     form.ShowDialog();
 }