public bool CreateModel(EA.CreateModelType CreateType, string FilePath, int ParentWnd)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public bool CreateModel(EA.CreateModelType CreateType, string FilePath, int ParentWnd)
 {
     return(eaRepository.CreateModel(CreateType, FilePath, ParentWnd));
 }