Example #1
0
 public void Load(StreamInfo input, BaseReadOnlyDirectoryNode node)
 {
     _format = new MSG(input.FileData);
 }
Example #2
0
 public MsgState()
 {
     _msg = new MSG();
 }
Example #3
0
 public void Load(StreamInfo input)
 {
     _format = new MSG(input.FileData);
 }