Example #1
0
 /// <summary>
 /// Updates the specified change mask.
 /// </summary>
 /// <param name="changeMask">The change mask.</param>
 public void Update( ClientChangeMask changeMask )
 {
     throw new NotImplementedException ( );
 }
Example #2
0
 /// <summary>
 /// Updates the specified change mask.
 /// </summary>
 /// <param name="changeMask">The change mask.</param>
 public void Update(ClientChangeMask changeMask)
 {
     throw new NotImplementedException();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ClientEventArgs"/> class.
 /// </summary>
 /// <param name="client">The client.</param>
 /// <param name="changeMask">The change mask.</param>
 public ClientEventArgs( IClient client, ClientChangeMask changeMask )
 {
     this.Client = client;
     this.ChangeMask = changeMask;
 }
Example #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ClientEventArgs"/> class.
 /// </summary>
 /// <param name="client">The client.</param>
 /// <param name="changeMask">The change mask.</param>
 public ClientEventArgs(IClient client, ClientChangeMask changeMask)
 {
     this.Client     = client;
     this.ChangeMask = changeMask;
 }