Exemplo n.º 1
0
 new public void Click(Object sender, MouseEventArgs e)
 {
     if (IAPParamForm == null)
     {
         IAPParamForm = new IAPForm(this);
     }
     IAPParamForm.Show();
 }
Exemplo n.º 2
0
 public void IAPParamDisposed(object sender, EventArgs e)
 {
     IAPParamForm = null;
 }