Exemplo n.º 1
0
        static Specs()
        {
            var deployment = RuntimeSection.Read().ReadDeployment();

            var runtime = new RuntimeReader(deployment).Read();

            Notion.Traits.InitializeRuntime(runtime);
        }
Exemplo n.º 2
0
        private void ReadSection()
        {
            Section = RuntimeSection.Read();

            if (Section.HasUI && Section.Console != null)
            {
                Section.Console.Initialize();
            }
        }