Ejemplo n.º 1
0
 /// <summary>
 /// Registers all the actions and their menu items.
 /// </summary>
 private void SetupActions()
 {
     try
     {
         actions.Initialize(this, menuManager);
     }
     catch (Exception e)
     {
         Trace.TraceError(e.Message);
         throw;
     }
 }