Beispiel #1
0
        private void button_Click(object sender, RoutedEventArgs e)
        {
            frmPais frm = new frmPais();

            frm.Show();
        }
Beispiel #2
0
        private void btnpais_Click(object sender, RoutedEventArgs e)
        {
            frmPais pais = new frmPais();

            pais.ShowDialog();
        }