private void InitializeChannelTab() { pChannels.Size = tcProfile.ClientSize; pChannels.Controls.Clear(); var control = new ChannelsTab(_contextProfile, this) { Size = pChannels.Size }; pChannels.Controls.Add(control); }
private void InitializeChannelTab() { pChannels.Size = tcProfile.ClientSize; pChannels.Controls.Clear(); var control = new ChannelsTab(_contextProfile, this) {Size = pChannels.Size}; pChannels.Controls.Add(control); }