예제 #1
0
 public YH_Applications_browes(YH_Roles_browse Form_temp, string r_lsbh)
 {
     this.R_lsbh = r_lsbh;
     InitializeComponent();
     InitializeApp();
     this.parent_form = Form_temp;
 }
예제 #2
0
 public YH_Roles_add_edit(YH_Roles_browse Form_temp)
 {
     InitializeComponent();
     this.parent_form = Form_temp;
 }