示例#1
0
        internal ProfileDocument(JinxBotClient profileClient)
            : this(profileClient.Client)
        {
            m_jbClient = profileClient;

            m_channelSelector = new ChannelSelect(profileClient);
            m_channelSelector.Show(this.dock);
        }
示例#2
0
        internal ProfileDocument(JinxBotClient profileClient)
            : this(profileClient.Client)
        {
            m_jbClient = profileClient;

            m_channelSelector = new ChannelSelect(profileClient);
            m_channelSelector.Show(this.dock);
        }