예제 #1
0
 public OdwrotnyEnumerator(Firma f)
 {
     this.f = f;
     indeks = f.pracownicy.Length;
 }
예제 #2
0
 public PracownikEnumerator(Firma f)
 {
     this.indeks = -1;
     this.f      = f;
 }
예제 #3
0
 public StringowyEnumerator(Firma f)
 {
     this.indeks = f.pracownicy.Length + 1;
     this.f      = f;
 }