Beispiel #1
0
        public static void Main(string[] args)
        {
            IIdlTestService infoService = new IdlTestService();

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

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