예제 #1
0
 public static bool Load(ref MsgSvrCli_AddItem_Ntf obj, MemoryStream _buf_)
 {
     return(obj.Load(_buf_));
 }
예제 #2
0
 public static int Size(MsgSvrCli_AddItem_Ntf obj)
 {
     return(obj.Size());
 }
예제 #3
0
 public static bool Store(MemoryStream _buf_, MsgSvrCli_AddItem_Ntf obj)
 {
     return(obj.Store(_buf_));
 }