Example #1
0
        static Specs()
        {
            var deployment = RuntimeSection.Read().ReadDeployment();

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

            Notion.Traits.InitializeRuntime(runtime);
        }
Example #2
0
        private void InitializeRuntime <TProgram>()
        {
            var deployment = Section.ReadDeployment();

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

            Traits.InitializeRuntime(runtime);
        }