Exemplo n.º 1
0
 public void PrintAll()
 {
     if (korzen != null)
     {
         korzen.WypiszWezel();
     }
 }
Exemplo n.º 2
0
 public void WypiszWezel()
 {
     if (Lewy != null)
     {
         Lewy.WypiszWezel();
     }
     Dane.WypiszOsobe();
     Console.WriteLine();
     if (Prawy != null)
     {
         Prawy.WypiszWezel();
     }
 }