private void BackBTN_Click(object sender, EventArgs e) { try { BrowseCTRL.Back(); } catch (Exception exception) { GuiUtils.HandleException(this.Text, MethodBase.GetCurrentMethod(), exception); } }
private void BackBTN_Click(object sender, EventArgs e) { try { BrowseCTRL.Back(); } catch (Exception exception) { GuiUtils.HandleException(String.Empty, GuiUtils.CallerName(), exception); } }