static void Main()
 {
     using (Parrot parrot = new Parrot())
     {
         parrot.ShowDialog();
     }
 }
Beispiel #2
0
 static void Main()
 {
     using (Parrot parrot = new Parrot())
     {
         parrot.ShowDialog();
     }
 }