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