Example #1
0
 private void button2_Click_1(object sender, EventArgs e)
 {
     ComunerosForms.FormAltaComunero nueva = new ComunerosForms.FormAltaComunero(this, dataGridView_comuneros.SelectedCells[0].Value.ToString(), dataGridView_comuneros.SelectedCells[1].Value.ToString(), id_comunidad, dataGridView_comuneros.SelectedRows[0].Index);
     nueva.Show();
 }
Example #2
0
 private void button1_Click_1(object sender, EventArgs e)
 {
     ComunerosForms.FormAltaComunero nueva = new ComunerosForms.FormAltaComunero(this, id_comunidad);
     nueva.Show();
 }