Exemplo n.º 1
0
 public static bool Load(ref MsgCliSvr_OpenPackage_Req obj, MemoryStream _buf_)
 {
     return(obj.Load(_buf_));
 }
Exemplo n.º 2
0
 public static int Size(MsgCliSvr_OpenPackage_Req obj)
 {
     return(obj.Size());
 }
Exemplo n.º 3
0
 public static bool Store(MemoryStream _buf_, MsgCliSvr_OpenPackage_Req obj)
 {
     return(obj.Store(_buf_));
 }