Ejemplo n.º 1
0
        public static Channel FromCode(string ownerName, string channelNumber, string title, string topic, string password)
        {
            ChannelProxy proxy = new ChannelProxy();

            proxy.SetChannelInfo(channelNumber, title, topic, password, ownerName);
            return(proxy);
        }