Ejemplo n.º 1
0
        private void countyDefinitonsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormCounty f = new FormCounty();

            f.Show();
        }
        private void tsmCounty_Click(object sender, EventArgs e)
        {
            FormCounty frm = new FormCounty();

            frm.Show();
        }