Beispiel #1
0
 public static void Read(CMessage msg, out CAccount p)
 {
     p = new CAccount();
     p.Read(msg);
 }
Beispiel #2
0
 public static void Write(CMessage msg, CAccount p)
 {
     p.Write(msg);
 }