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