Beispiel #1
0
 static void StartAnotherBob(Package p)
 {
     using (var bob = new BOB())
     {
         bob.Process(p);
     }
 }