Exemplo n.º 1
0
 /// <summary>
 /// Called after the ribbon is loaded
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void OnRibbonLoad(object sender, RibbonUIEventArgs e)
 {
     _mingle = new MingleOffice(this);
     try
     {
         _mingle.LoadProjects();
     }
     catch (Exception ex)
     {
         AlertUser(ex.Message);
         TraceLog.Exception(new StackFrame().GetMethod().Name, ex);
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Called after the ribbon is loaded
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void OnRibbonLoad(object sender, RibbonUIEventArgs e)
 {
     _mingle = new MingleOffice(this);
     try
     {
         _mingle.LoadProjects();
     }
     catch (Exception ex)
     {
         AlertUser(ex.Message);
         TraceLog.Exception(new StackFrame().GetMethod().Name, ex);
     }
 }