예제 #1
0
        public Teaching(string[] args)
        {
            ParseArguments(args);

            _ctx = new RailwayEssentialContext();
        }
예제 #2
0
파일: S88Listener.cs 프로젝트: cbries/ecos
        public S88Listener(string[] args)
        {
            ParseArguments(args);

            _ctx = new RailwayEssentialContext();
        }