Inheritance: MetroFramework.Forms.MetroForm
Ejemplo n.º 1
0
 private void btnAdd_Click(object sender, EventArgs e)
 {
     using (FormMunicipio f = new FormMunicipio())
     {
         if (f.ShowDialog() == DialogResult.OK)
             this.RefreshMunicipiosDefinidos();
     }
 }
Ejemplo n.º 2
0
 private void btnAdd_Click(object sender, EventArgs e)
 {
     using (FormMunicipio f = new FormMunicipio())
     {
         if (f.ShowDialog() == DialogResult.OK)
         {
             this.RefreshMunicipiosDefinidos();
         }
     }
 }