Exemplo n.º 1
0
            public void TheStartMethodWithoutAnyExceptions()
            {
                // This may NOT throw any exceptions!!!
                EngineComponentProxy componentProxy = EngineComponentProxy.Instance;

                componentProxy.Start();
            }
Exemplo n.º 2
0
            public void TheInitilizeMethodWithoutAnyExceptions()
            {
                // This may NOT throw any exceptions!!!
                EngineComponentProxy proxy = EngineComponentProxy.Instance;

                proxy.InitializeComponentAccessPermissions(AppManager);
                ((IComponentProxy)proxy).Initialize();
            }