private void btnGotoGovtLetterPagee_Click(object sender, EventArgs e) { try { var Back = new SearchGovernment_IN(); Back.Show(); this.Hide(); } catch (Exception) { } }
private void btnSearchGov_Click(object sender, EventArgs e) { try { var SearchGov = new SearchGovernment_IN(); SearchGov.Show(); this.Hide(); } catch (Exception) { } }