Пример #1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="ChannelUpdateModel" /> class.
 /// </summary>
 public ChannelUpdateModel(ChannelModel model, ChannelUpdateEventArgs e)
 {
     TargetChannel   = model;
     Arguments       = e;
     Arguments.Model = this;
 }
Пример #2
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="ChannelUpdateModel" /> class.
 /// </summary>
 public ChannelUpdateModel(ChannelModel model, ChannelUpdateEventArgs e)
 {
     TargetChannel = model;
     Arguments = e;
     Arguments.Model = this;
 }