Example #1
0
 void IA.Execute()
 {
     _c.Execute();
     foreach (var c in _cList)
     {
         c.Execute();
     }
 }