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