예제 #1
0
파일: AspNet.cs 프로젝트: madpilot/ironruby
        public static void Run(IronRubyApplication app, IDictionary<string, string> options) {
            // TODO: make sure IIS is running

            if (_current == null) {
                _current = new AspNet(app);
            }
        }
예제 #2
0
        public static void Run(IronRubyApplication app, IDictionary <string, string> options)
        {
            // TODO: make sure IIS is running

            if (_current == null)
            {
                _current = new AspNet(app);
            }
        }