Beispiel #1
0
 public UvodnaObrazovkaUdaje()
 {
     this.sqliteDatabaza = new SQLiteDatabaza();
 }
Beispiel #2
0
 public UdalostiUdaje(KommunikaciaOdpoved odpovedeOdServera, KommunikaciaData udajeZoServera)
 {
     this.odpovedeOdServera = odpovedeOdServera;
     this.udajeZoServera    = udajeZoServera;
     this.sqliteDatabaza    = new SQLiteDatabaza();
 }