Beispiel #1
0
 private void button2_Click(object sender, EventArgs e)
 {
     SQLRequester.FindExcursion(ref this.dataGridView2, this.comboBox1.Text, this.comboBox3.Text,
                                this.comboBox2.Text, this.comboBox5.Text);
 }