Exemplo n.º 1
0
        public static void Main(string[] args)
        {
            IIdlTestService infoService = new IdlTestService();

            ToyNS.RegisterAndStart("IDL", infoService);
        }
Exemplo n.º 2
0
        public static void Main2(string[] args)
        {
            IInfoService infoService = new InfoService();

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