예제 #1
0
 public override void Serialise(string path)
 {
     if (_Model != null)
     {
         _Model.Serialise(path);
     }
 }