Beispiel #1
0
        private void menuItemCGAddRemoveChannel_Click(object sender, EventArgs e)
        {
            channelGroupForm = new PubnubChannelGroup();
            channelGroupForm.ChannelGroupRequestSubmitted += new EventHandler(channelGroupForm_ChannelGroupRequestSubmitted);
            channelGroupForm.Show();

        }
Beispiel #2
0
 private void menuItemCGAddRemoveChannel_Click(object sender, EventArgs e)
 {
     channelGroupForm = new PubnubChannelGroup();
     channelGroupForm.ChannelGroupRequestSubmitted += new EventHandler(channelGroupForm_ChannelGroupRequestSubmitted);
     channelGroupForm.Show();
 }