コード例 #1
0
ファイル: IdlTestService.cs プロジェクト: axnsan12/toyorb
        public static void Main(string[] args)
        {
            IIdlTestService infoService = new IdlTestService();

            ToyNS.RegisterAndStart("IDL", infoService);
        }
コード例 #2
0
ファイル: InfoService.cs プロジェクト: axnsan12/toyorb
        public static void Main2(string[] args)
        {
            IInfoService infoService = new InfoService();

            ToyNS.RegisterAndStart("ROINFO", infoService);
        }