Example #1
0
        public void ZacznijBudowacRekordOpisowy(string kod, string typ, string id, string idr, string st_obj)
        {
            var komponent = new RekordOpisowySwde(kod, typ, id, idr, st_obj);

            GetTop().DodajRekordOpisowy(komponent);
            _aktualneKomponenty.Push(komponent);
        }
Example #2
0
 public virtual void DodajRekordOpisowy(RekordOpisowySwde komponent)
 {
     KontrolerKontekstu.Zapewnij(false, GetPrzyczynaDla(komponent.GetType()));
 }
Example #3
0
 public override void DodajRekordOpisowy(RekordOpisowySwde komponent)
 {
     DodajRekord(komponent);
 }