Ejemplo n.º 1
0
 public Mentor_join(Join_form joinform, string LoginID)
 {
     InitializeComponent();
     this.jform = joinform;
     this.login_id = LoginID;
 }
Ejemplo n.º 2
0
 private void login_btn_mentorjoin_Click(object sender, EventArgs e)
 {
     Join_form join = new Join_form("mentor");
     join.ShowDialog();
 }