Example #1
0
 private void ExecuteCommand(AppManager qualAppLogic, IQualCommand cmdQualCommand)
 {
     try
     {
         // Assembly.LoadFile(@"D:\.pool\Assembly\Bin\BaseTof.dll");
         IActionItemCollection actions = qualAppLogic.Invoke(cmdQualCommand) as IActionItemCollection;
     }catch (Exception e)
     {
         Console.WriteLine(e.Message);
         throw e;
     }
 }
Example #2
0
 private void ExecuteCommand(AppManager qualAppLogic, IQualCommand cmdQualCommand)
 {
     IActionItemCollection actions = qualAppLogic.Invoke(cmdQualCommand) as IActionItemCollection;
 }