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