Esempio n. 1
0
        private void cmEditar_Click(object sender, EventArgs e)
        {
            frmRegTipoMovtos Ventana = new frmRegTipoMovtos(db, 2, grdView[0, grdView.CurrentRow.Index].Value.ToString());

            Ventana.ShowDialog();
            LlenaGridView();
        }
Esempio n. 2
0
        private void cmdAgregar_Click(object sender, EventArgs e)
        {
            frmRegTipoMovtos Ventana = new frmRegTipoMovtos(db, 1);

            Ventana.ShowDialog();
            LlenaGridView();
        }
Esempio n. 3
0
        private void cmEditar_Click(object sender, EventArgs e)
        {
            frmRegTipoMovtos Ventana = new frmRegTipoMovtos(db, ParamSystem, 2, grdView[0, grdView.CurrentRow.Index].Value.ToString());

            Ventana.CaptionBarColor  = ColorTranslator.FromHtml(StiloColor.Encabezado);
            Ventana.CaptionForeColor = ColorTranslator.FromHtml(StiloColor.FontColor);
            Ventana.ShowDialog();
            LlenaGridView();
        }
Esempio n. 4
0
        private void cmdAgregar_Click(object sender, EventArgs e)
        {
            frmRegTipoMovtos Ventana = new frmRegTipoMovtos(db, ParamSystem, 1);

            Ventana.CaptionBarColor  = ColorTranslator.FromHtml(StiloColor.Encabezado);
            Ventana.CaptionForeColor = ColorTranslator.FromHtml(StiloColor.FontColor);
            Ventana.ShowDialog();
            LlenaGridView();
        }