Beispiel #1
0
        public static EtrendAdat Csere(EtrendAdat e, string s)
        {
            if (s == null)
            {
                return(e);
            }

            e.FelhasznaloNevHash = s;
            return(e);
        }
Beispiel #2
0
 public ABHiba(string uzenet, EtrendAdat hibas)
 {
     Uzenet = uzenet;
     Hibas  = hibas;
 }