Exemplo n.º 1
0
 protected virtual void SaveSegmentInfo(SegmentInfo ix)
 {
     ix.Serialize(Path.Combine(_directory, ix.Version + ".ix"));
 }