Inheritance: global::ProtoBuf.IExtensible
Example #1
0
 internal LoggedOnCallback( CMsgClientUFSLoginResponse body )
 {
     Result = ( EResult )body.eresult;
 }
Example #2
0
            internal LoggedOnCallback( JobID jobID, CMsgClientUFSLoginResponse body )
            {
                JobID = jobID;

                Result = ( EResult )body.eresult;
            }