Exemplo n.º 1
0
 private void cmdAddCountry_Click(object sender, EventArgs e)
 {
     try
     {
         frm_CountryList frm = new frm_CountryList();
         frm.ShowDialog();
         LoadCountry();
     }
     catch
     {
     }
 }
Exemplo n.º 2
0
        private void cmdCountryList_Click(object sender, EventArgs e)
        {
            frm_CountryList CountryList = new frm_CountryList();

            CountryList.Show();
        }