Ejemplo n.º 1
0
 public static QtMoney CreateForm(tagbind tbi)
 {
     tagbi = tbi;
     if (_danli == null)
     {
         _danli = new QtMoney();
     }
     return(_danli);
 }
Ejemplo n.º 2
0
        private void CheckedChanged(object sender, EventArgs e)
        {
            CheckBox check = (CheckBox)sender;

            chk = check;
            if (check.Checked == true)
            {
                QtMoney qtfuwu = QtMoney.CreateForm(tragesValue);
                qtfuwu.ShowDialog();
                qtfuwu.Focus();
            }
        }
Ejemplo n.º 3
0
 private void QtMoney_FormClosing(object sender, FormClosingEventArgs e)
 {
     _danli = null;
 }