private void profileOptionsToolStripMenuItem_Click(object sender, EventArgs e) { try { frmAdvancedSettings frmAdvancedSettings = new frmAdvancedSettings(); frmAdvancedSettings.ShowDialog(); } catch (Exception ex) { HelperFunctions.ShowError(ex); } }
private void bnAdvanced_Click(object sender, EventArgs e) { try { frmAdvancedSettings frmAdvancedSettings = new frmAdvancedSettings(); frmAdvancedSettings.ShowDialog(); } catch (Exception ex) { HelperFunctions.ShowError(ex); } }