/// <summary> /// Handles the 1 event of the btnBack_Click control. /// </summary> /// <param name="sender">The source of the event.</param> /// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param> /// <remarks></remarks> private void btnBack_Click_1(object sender, EventArgs e) { this.Close(); Leave_Detail ObjLD = new Leave_Detail(LocalEmpId, LocalEmpName, locationType); ObjLD.Show(); }
/// <summary> /// Handles the Click event of the btn_Back control. /// </summary> /// <param name="sender">The source of the event.</param> /// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param> /// <remarks></remarks> private void btn_Back_Click(object sender, EventArgs e) { this.Close(); //DataSet dsTP = new DataSet(); Leave_Detail ObjLD = new Leave_Detail(localEmpId, localEmpName, locationtype); ObjLD.Show(); }