ASS8.Klient.klientHash.klientHash C# (CSharp) Метод

klientHash() публичный Метод

public klientHash ( int id, int oper, string h ) : System
id int
oper int
h string
Результат System
        public klientHash(int id, int oper, string h)
            : base(id, oper)
        {
            hash = h;
        }

Same methods

klientHash::klientHash ( ) : System
klientHash