Exemple #1
0
 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;
     }
 }
 internal void InitCfront(NavisionDriverType driver, string path)
 {
     CFrontDll.CFrontIni(driver, path);
 }