Exemplo n.º 1
0
        private void btnEdicionFomula_Click(object sender, EventArgs e)
        {
            frmEdicionConcepto frmec = new frmEdicionConcepto(Convert.ToInt32(this.cmbTablas.SelectedValue));

            frmec.ShowDialog();
            txtFormula.Text = frmec.FormulaCompilador;
        }
Exemplo n.º 2
0
 private void btnEdicionFomula_Click(object sender, EventArgs e)
 {
     frmEdicionConcepto frmec = new frmEdicionConcepto(Convert.ToInt32(this.cmbTablas.SelectedValue));
     frmec.ShowDialog();
     txtFormula.Text = frmec.FormulaCompilador;
 }