示例#1
0
        protected ABaseController()
        {
            var ip   = Settings.Default.ServerIp;
            var port = Settings.Default.ServerPort;

            Service = new BackendTcpServiceWrapper(ip, port);
        }
 protected ABaseController()
 {
     var ip = Settings.Default.ServerIp;
     var port = Settings.Default.ServerPort;
     Service = new BackendTcpServiceWrapper(ip, port);
 }