Esempio n. 1
0
        protected Module(AnkhRuntime runtime)
        {
            if (runtime == null)
            {
                throw new ArgumentNullException("runtime");
            }

            _container = runtime.GetService <IServiceContainer>();
            _runtime   = runtime;
            _context   = runtime.Context;
        }
Esempio n. 2
0
 public AnkhModule(AnkhRuntime runtime)
     : base(runtime)
 {
 }