static void Main()
 {
     using (Parrot parrot = new Parrot())
     {
         parrot.ShowDialog();
     }
 }
Exemplo n.º 2
0
 static void Main()
 {
     using (Parrot parrot = new Parrot())
     {
         parrot.ShowDialog();
     }
 }