public UvodnaObrazovkaUdaje() { this.sqliteDatabaza = new SQLiteDatabaza(); }
public UdalostiUdaje(KommunikaciaOdpoved odpovedeOdServera, KommunikaciaData udajeZoServera) { this.odpovedeOdServera = odpovedeOdServera; this.udajeZoServera = udajeZoServera; this.sqliteDatabaza = new SQLiteDatabaza(); }