Esempio n. 1
0
 /// <summary>
 /// Creates a new instance of the <see cref="CallbackHostEventArgs"/> class
 /// </summary>
 public CallbackHostEventArgs(HostChannelType channelType, object first, object second)
 {
     ChannelType = channelType;
     First       = first;
     Second      = second;
 }
 /// <summary>
 /// Creates a new instance of the <see cref="CallbackHostEventArgs"/> class
 /// </summary>
 public CallbackHostEventArgs(HostChannelType channelType, object first, object second)
 {
     ChannelType = channelType;
     First = first;
     Second = second;
 }