Exemple #1
0
 public void Load(System.IO.BinaryReader reader)
 {
     this.Type = (Types)reader.ReadByte();
     this.DateTime = ReadDateTime(reader);
     this.Message = reader.ReadString();
 }