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

                Result = (EResult)body.eresult;
                ShaHash = body.sha_file;
            }