private void button_fondo_Click(object sender, EventArgs e) { OperacionesForms.FormIngresoFondo nueva = new OperacionesForms.FormIngresoFondo(this, id_comunidad_cargado); nueva.Show(); }
private void enviarOtroForm() { Form existe = Application.OpenForms.OfType <Form>().Where(pre => pre.Name.Contains(nombre_form_anterior)).SingleOrDefault <Form>(); if (existe != null) { if (nombre_form_anterior == "FormAltaComunero") { Presentacion.ComunidadesForms.ComunerosForms.FormAltaComunero nuevo = (Presentacion.ComunidadesForms.ComunerosForms.FormAltaComunero)existe; nuevo.recibirEntidad(dataGridView1.SelectedCells[0].Value.ToString()); } //if (nombre_form_anterior == "FormAltaAsociacion") { // Presentacion.ComunidadesForms.DivisionesForms.FormAltaAsociacion nuevo = (Presentacion.ComunidadesForms.DivisionesForms.FormAltaAsociacion) existe; // nuevo.recogerEntidad(dataGridView1.SelectedCells[0].Value.ToString()); //} if (nombre_form_anterior == "FormOperacionesCabeceraEdicion") { Presentacion.ComunidadesForms.OperacionesForms.FormOperacionesCabeceraEdicion nuevo = (Presentacion.ComunidadesForms.OperacionesForms.FormOperacionesCabeceraEdicion)existe; nuevo.recibirEntidad(dataGridView1.SelectedCells[0].Value.ToString()); } if (nombre_form_anterior == "FormOperacionesVencimientos") { ComunidadesForms.OperacionesForms.FormOperacionesVencimientos nuevo = (ComunidadesForms.OperacionesForms.FormOperacionesVencimientos)existe; nuevo.recibirEntidad(dataGridView1.SelectedCells[0].Value.ToString(), dataGridView1.SelectedCells[1].Value.ToString()); } if (nombre_form_anterior == "FormOperacionesEditReparto") { ComunidadesForms.OperacionesForms.FormOperacionesEditReparto nuevo = (ComunidadesForms.OperacionesForms.FormOperacionesEditReparto)existe; nuevo.recogerBloque(dataGridView1.SelectedCells[0].Value.ToString(), dataGridView1.SelectedCells[1].Value.ToString()); } if (nombre_form_anterior == "FormAccesoOperacionesTesoreria") { ComunidadesForms.TesoreriaForms.FormAccesoOperacionesTesoreria nuevo = (ComunidadesForms.TesoreriaForms.FormAccesoOperacionesTesoreria)existe; nuevo.recibirEntidad(dataGridView1.SelectedCells[0].Value.ToString(), dataGridView1.SelectedCells[1].Value.ToString()); } if (nombre_form_anterior == "FormCrearCuentaComunidad") { ComunidadesForms.TesoreriaForms.FormCrearCuentaComunidad nuevo = (ComunidadesForms.TesoreriaForms.FormCrearCuentaComunidad)existe; nuevo.recibirEntidad(dataGridView1.SelectedCells[0].Value.ToString(), dataGridView1.SelectedCells[1].Value.ToString()); } if (nombre_form_anterior == "FormReasignarOperacion") { ComunidadesForms.DivisionesForms.FormReasignarPagador nuevo = (ComunidadesForms.DivisionesForms.FormReasignarPagador)existe; nuevo.recibirEntidad(dataGridView1.SelectedCells[0].Value.ToString(), dataGridView1.SelectedCells[1].Value.ToString()); } if (nombre_form_anterior == "FormNuevoRecibo") { ComunidadesForms.Recibos.FormNuevoRecibo nuevo = (ComunidadesForms.Recibos.FormNuevoRecibo)existe; nuevo.recibirEntidad(dataGridView1.SelectedCells[0].Value.ToString()); } if (nombre_form_anterior == "FormIngresoFondo") { ComunidadesForms.OperacionesForms.FormIngresoFondo nuevo = (ComunidadesForms.OperacionesForms.FormIngresoFondo)existe; nuevo.recibirComunero(dataGridView1.SelectedCells[0].Value.ToString(), dataGridView1.SelectedCells[1].Value.ToString()); } if (nombre_form_anterior == "FormAnyadirProveedor") { ComunidadesForms.ProveedoresForms.FormAnyadirProveedor nuevo = (ComunidadesForms.ProveedoresForms.FormAnyadirProveedor)existe; nuevo.recibirEntidad(dataGridView1.SelectedCells[0].Value.ToString(), dataGridView1.SelectedCells[1].Value.ToString()); } if (form_ant.Name.Contains("FormVerTarea")) { Tareas.FormVerTarea nuevo = (Tareas.FormVerTarea)existe; nuevo.recibirEntidad(dataGridView1.SelectedCells[0].Value.ToString()); } if (nombre_form_anterior == "FormInsertarContacto") { Tareas.FormInsertarContacto nuevo = (Tareas.FormInsertarContacto)existe; nuevo.recibirEntidad(dataGridView1.SelectedCells[1].Value.ToString(), dataGridView1.SelectedCells[2].Value.ToString(), dataGridView1.SelectedCells[3].Value.ToString()); } if (form_ant.Name.Contains("FormInsertarGestion")) { Tareas.FormInsertarGestion nuevo = (Tareas.FormInsertarGestion)existe; nuevo.recibirEntidad(dataGridView1.SelectedCells[0].Value.ToString(), dataGridView1.SelectedCells[1].Value.ToString()); } if (nombre_form_anterior == "FormGestionesPrincipalEsperaDe") { Tareas.FormGestionesPrincipal nuevo = (Tareas.FormGestionesPrincipal)existe; nuevo.recibirEntidadEspera(dataGridView1.SelectedCells[0].Value.ToString(), dataGridView1.SelectedCells[1].Value.ToString()); } if (nombre_form_anterior == "FormGestionesPrincipalEntidad") { Tareas.FormGestionesPrincipal nuevo = (Tareas.FormGestionesPrincipal)existe; nuevo.recibirEntidad(dataGridView1.SelectedCells[0].Value.ToString(), dataGridView1.SelectedCells[1].Value.ToString()); } if (nombre_form_anterior == "FormGeneralTareasPrincipal") { Tareas.FormTareasPrincipal nuevo = (Tareas.FormTareasPrincipal)existe; nuevo.recibirEntidad(dataGridView1.SelectedCells[0].Value.ToString(), dataGridView1.SelectedCells[1].Value.ToString()); } } this.Close(); }
private void enviarOtroForm() { Form existe = Application.OpenForms.OfType <Form>().Where(pre => pre.Name.Contains(nombre_form_anterior)).SingleOrDefault <Form>(); if (existe != null) { if (nombre_form_anterior == "FormOperacionesCabeceraEdicion") { OperacionesForms.FormOperacionesCabeceraEdicion nuevo = (OperacionesForms.FormOperacionesCabeceraEdicion)existe; nuevo.recibirComunero(dataGridView_comuneros.SelectedCells[1].Value.ToString()); } if (nombre_form_anterior == "FormOperacionesVencimientos") { OperacionesForms.FormOperacionesVencimientos nuevo = (OperacionesForms.FormOperacionesVencimientos)existe; nuevo.recibirComunero(dataGridView_comuneros.SelectedCells[1].Value.ToString()); } if (nombre_form_anterior == "FormReasignarOperacion") { DivisionesForms.FormReasignarPagador nuevo = (DivisionesForms.FormReasignarPagador)existe; nuevo.recibirEntidad(dataGridView_comuneros.SelectedCells[1].Value.ToString(), dataGridView_comuneros.SelectedCells[2].Value.ToString()); } if (nombre_form_anterior == "FormAltaAsociacion") { DivisionesForms.FormAltaAsociacion nuevo = (DivisionesForms.FormAltaAsociacion)existe; nuevo.recibirComunero(dataGridView_comuneros.SelectedCells[1].Value.ToString()); } if (nombre_form_anterior == "FormAccesoOperacionesTesoreria") { TesoreriaForms.FormAccesoOperacionesTesoreria nuevo = (TesoreriaForms.FormAccesoOperacionesTesoreria)existe; nuevo.recibirEntidad(dataGridView_comuneros.SelectedCells[1].Value.ToString(), dataGridView_comuneros.SelectedCells[2].Value.ToString()); } if (nombre_form_anterior == "FormIngresoFondo") { OperacionesForms.FormIngresoFondo nuevo = (OperacionesForms.FormIngresoFondo)existe; nuevo.recibirComunero(dataGridView_comuneros.SelectedCells[1].Value.ToString(), dataGridView_comuneros.SelectedCells[2].Value.ToString()); } if (nombre_form_anterior == "FormCompensarAnticipos") { OperacionesForms.FormCompensarAnticipos nuevo = (OperacionesForms.FormCompensarAnticipos)existe; nuevo.recibirEntidad(dataGridView_comuneros.SelectedCells[1].Value.ToString(), dataGridView_comuneros.SelectedCells[2].Value.ToString()); } if (nombre_form_anterior == "FormAnyadirReglaDetalle") { DivisionesForms.ReglasPago.FormAnyadirReglaDetalle nuevo = (DivisionesForms.ReglasPago.FormAnyadirReglaDetalle)existe; nuevo.recibirComunero(dataGridView_comuneros.SelectedCells[0].Value.ToString(), dataGridView_comuneros.SelectedCells[2].Value.ToString()); } if (nombre_form_anterior == "FormCargosAlta") { CargosForms.FormCargosAlta nuevo = (CargosForms.FormCargosAlta)existe; nuevo.recibirComunero(dataGridView_comuneros.SelectedCells[0].Value.ToString(), dataGridView_comuneros.SelectedCells[2].Value.ToString(), dataGridView_comuneros.SelectedCells[1].Value.ToString()); } if (nombre_form_anterior == "FormAbonarVencimiento") { OperacionesForms.FormAbonarVencimiento nuevo = (OperacionesForms.FormAbonarVencimiento)existe; nuevo.recibirComunero(dataGridView_comuneros.SelectedCells[1].Value.ToString(), dataGridView_comuneros.SelectedCells[2].Value.ToString()); } if (nombre_form_anterior == "FormInsertarContacto") { Tareas.FormInsertarContacto nuevo = (Tareas.FormInsertarContacto)existe; nuevo.recibirComunero(dataGridView_comuneros.SelectedCells[0].Value.ToString(), dataGridView_comuneros.SelectedCells[2].Value.ToString(), textBox_EMail.Text); } if (nombre_form_anterior == "FormInsertarGestion") { Tareas.FormInsertarGestion nuevo = (Tareas.FormInsertarGestion)existe; nuevo.recibirComunero(dataGridView_comuneros.SelectedCells[1].Value.ToString(), dataGridView_comuneros.SelectedCells[2].Value.ToString()); } } this.Close(); }