Beispiel #1
0
    private static void CreateCBRContext(ICBRContext ctx, string engineName,
                                         string env)
    {
        XMLConfigFile f      = new XMLConfigFile(env);
        ConfigInfo    config = f.GetConfigInfo();

        if (config != null)
        {
            ManagerHelper helper = new ManagerHelper();
            helper.SetEnv(engineName);
            helper.CreateCBRContext(config, ctx);
        }
    }