Exemplo n.º 1
0
 public OdwrotnyEnumerator(Firma f)
 {
     this.f = f;
     indeks = f.pracownicy.Length;
 }
Exemplo n.º 2
0
 public PracownikEnumerator(Firma f)
 {
     this.indeks = -1;
     this.f      = f;
 }
Exemplo n.º 3
0
 public StringowyEnumerator(Firma f)
 {
     this.indeks = f.pracownicy.Length + 1;
     this.f      = f;
 }