예제 #1
0
파일: Specs.cs 프로젝트: snickroger/Totem
        static Specs()
        {
            var deployment = RuntimeSection.Read().ReadDeployment();

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

            Notion.Traits.InitializeRuntime(runtime);
        }
예제 #2
0
        private void ReadSection()
        {
            Section = RuntimeSection.Read();

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