Exemplo n.º 1
0
 public void ExecuteCommand(OSAEMethod method)
 {
     try
     {
         _plugin.ProcessCommand(method);
     }
     catch (Exception ex)
     { Log.Error(PluginName + " - Process Command Error", ex); }
 }
Exemplo n.º 2
0
 public void ExecuteCommand(OSAEMethod method)
 {
     try
     {
         _plugin.ProcessCommand(method);
     }
     catch (Exception ex)
     {
         logging.AddToLog(PluginName + " - Process Command Error: " + ex.Message, true);
     }
 }