コード例 #1
0
 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));
 }