Пример #1
0
 public bool CreateModel(CreateModelType CreateType, string FilePath, int ParentWnd)
 {
     throw new NotImplementedException();
 }
 public bool CreateModel(CreateModelType CreateType, string FilePath, int ParentWnd)
 {
     return(repo.CreateModel(CreateType, FilePath, ParentWnd));
 }