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

            return(TxtCommunication.IsValidInterface(address));
        }