Ejemplo n.º 1
0
        public static void Initialize()
        {
            PlatformPluginSwitch.DynamicallyLinkAssembly = false;

            PlatformPlugin.InjectDependecies(new WebUIFactory(), new TokenCachePlugin(), new Logger(),
                                             new PlatformInformation(), new CryptographyHelper(), new DeviceAuthHelper(), new BrokerHelper(),
                                             new PlatformParameters());
        }