public void OnForecastsButtonPressed(IRibbonControl control) { helperClass.log.Info("On Forecasts button is pressed"); var fFrm = new forecastsFrm(); fFrm.ShowDialog(); }
public void OnForecastsButtonPressed(IRibbonControl control) { try { var fFrm = new forecastsFrm(); fFrm.ShowDialog(); } catch (Exception ex) { helperClass.log.Error(ex); } }