Beispiel #1
0
 public Xxfmx_lkmx_browse(Xxfmx_lkzd_browse Form_temp, string lsbh)
 {
     InitializeComponent();
     strlsbh = lsbh;
     InitializeApp();
     this.parent_form = Form_temp;
     boolshsh(lsbh);
 }
Beispiel #2
0
 public Xxfmx_lkzd_add_edit(Xxfmx_lkzd_browse Form_temp)
 {
     InitializeComponent();
     this.parent_form = Form_temp;
     if (judge_add_edit == common_file.common_app.get_add)
     {
         this.Cb_is_tj_kc.Visible = false;
     }
 }