Ejemplo n.º 1
0
        public string RequestControllerName(string address)
        {
            if (TxtCommunication == null)
            {
                TxtCommunication = new TxtCommunication(this);
            }

            return(TxtCommunication.RequestControllerName(address));
        }