Exemplo n.º 1
0
 static void GoodRecycling()
 {
     //Using ist nur möglich bei Objekten die IDisposable implementieren!
     using (RightRecycling recycle = new RightRecycling())
     {
     }
 }
Exemplo n.º 2
0
 static void GoodRecycling()
 {
     //Using ist nur möglich bei Objekten die IDisposable implementieren!
     using (RightRecycling recycle = new RightRecycling())
     {
     }
 }