public void PanelSettingsReadFromFile(object sender, SettingsReadFromFileEventArgs e) { try { } catch (Exception ex) { Common.ShowErrorMessageBox(1081, ex); } }
public void PanelSettingsReadFromFile(object sender, SettingsReadFromFileEventArgs e) { try { ShowGraphicConfiguration(); } catch (Exception ex) { Common.ShowErrorMessageBox(1067, ex); } }
public void PanelSettingsReadFromFile(object sender, SettingsReadFromFileEventArgs e) { try { LoadComboBoxLayers(); } catch (Exception ex) { Common.ShowErrorMessageBox(ex); } }
public void PanelSettingsReadFromFile(object sender, SettingsReadFromFileEventArgs e) { }