private void bttn_SearchContact_Click(object sender, EventArgs e) { SearchContact = new CAP_Sales_SearchContact(); this.Hide(); SearchContact.Show(); }
private void bttn_Back_Click(object sender, EventArgs e) { SearchContact = new CAP_Sales_SearchContact(); this.Close(); }