Beispiel #1
0
        private void btnConstituency_Click(object sender, EventArgs e)
        {
            ConstituencyForm lForm = new ConstituencyForm();

            lForm.Show();
        }
Beispiel #2
0
 private void btnConstituency_Click(object sender, EventArgs e)
 {
     ConstituencyForm lForm = new ConstituencyForm();
     lForm.Show();
 }