Exemple #1
0
 /// <summary>
 /// Initializes a new instance of <see cref="DigiPointNetwork"/>.
 /// </summary>
 /// <param name="device">A local DigiPoint device to get the network from.</param>
 /// <exception cref="ArgumentNullException">if <see cref="device"/> is null.</exception>
 public DigiPointNetwork(DigiPointDevice device)
     : base(device)
 {
 }
 /// <summary>
 /// Initializes a new instance of <see cref="DigiPointNetwork"/>.
 /// </summary>
 /// <param name="device">A local DigiPoint device to get the network from.</param>
 /// <exception cref="ArgumentNullException">if <see cref="device"/> is null.</exception>
 public DigiPointNetwork(DigiPointDevice device)
     : base(device)
 {
 }