Example #1
0
 public bool CreateModel(EA.CreateModelType CreateType, string FilePath, int ParentWnd)
 {
     return(eaRepository.CreateModel(CreateType, FilePath, ParentWnd));
 }