Inheritance: IDisposable
Exemple #1
0
 private static void Main()
 {
     using (var sample = new Sample())
     {
         sample.Run();
     }
 }