Example #1
0
 public Xiaoxiao()
 {
     form         = new XiaoxiaoConfigForm();
     form.Closed += new EventHandler(form_Closed);
 }
Example #2
0
 public Xiaoxiao()
 {
     form=new XiaoxiaoConfigForm();
     form.Closed += new EventHandler(form_Closed);
 }