Exemplo n.º 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            FormCuotasPlantillaAlta nueva = new FormCuotasPlantillaAlta(this, id_comunidad_cargado, dataGridView_plantillas.SelectedCells[0].Value.ToString());

            nueva.Show();
        }
Exemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            FormCuotasPlantillaAlta nueva = new FormCuotasPlantillaAlta(this, id_comunidad_cargado);

            nueva.Show();
        }