示例#1
0
 /// <summary>
 /// Registers the provided <see cref="PluginChannel"/> to listen
 /// for and send plugin messages.
 /// </summary>
 public void RegisterPluginChannel(PluginChannel channel)
 {
     PluginChannels.Add(channel.Channel, channel);
     channel.ChannelRegistered(this);
 }
示例#2
0
 /// <summary>
 /// Registers the provided <see cref="PluginChannel"/> to listen
 /// for and send plugin messages.
 /// </summary>
 public void RegisterPluginChannel(PluginChannel channel)
 {
     PluginChannels.Add(channel.Channel, channel);
     channel.ChannelRegistered(this);
 }