예제 #1
0
파일: CFrontDll.cs 프로젝트: fcrespo/WSTPV
 public static void CFrontIni(NavisionDriverType driver, string path)
 {
     cf_driver = driver;
     cf_path = path;
     try
     {
         Cfront = new CFrontDotNet(driver, path);
     }
     catch (Exception exception)
     {
         throw exception;
     }
 }
예제 #2
0
 internal void InitCfront(NavisionDriverType driver, string path)
 {
     CFrontDll.CFrontIni(driver, path);
 }