Ejemplo n.º 1
0
        private void AddCountryButton_Click(object sender, EventArgs e)
        {
            CountryToAdd countrytoadd = new CountryToAdd();

            countrytoadd.setAutoRegistrWin(this);
            countrytoadd.Show();
        }
Ejemplo n.º 2
0
        private void AddCountryButton_Click(object sender, EventArgs e)
        {
            CountryToAdd countrytoadd = new CountryToAdd();

            countrytoadd.ShowDialog(this);
        }