Esempio n. 1
0
 private void btnNuevoCombate_Click(object sender, EventArgs e)
 {
     ConfigurarCombate config = new ConfigurarCombate();
     config.Show(this);
 }
Esempio n. 2
0
        private void btnNuevoCombate_Click(object sender, EventArgs e)
        {
            ConfigurarCombate config = new ConfigurarCombate();

            config.Show(this);
        }