static void Main(string[] args) { BOB bob = new BOB(new IGLOO()); bob.constract(); House myhouse = bob.GetHouse(); }
static void StartAnotherBob(Package p) { using (var bob = new BOB()) { bob.Process(p); } }