Exemplo 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();
        }
Exemplo n.º 2
0
        private void cmdAgregar_Click(object sender, EventArgs e)
        {
            frmRegTipoMovtos Ventana = new frmRegTipoMovtos(db, 1);

            Ventana.ShowDialog();
            LlenaGridView();
        }
Exemplo 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();
        }
Exemplo 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();
        }