Пример #1
0
 /// <summary>
 /// Disables the specified network connection.
 /// </summary>
 /// <param name="name">The name of the network connection.</param>
 public void DisableNetworkConnection(string name)
 {
     NetworkUtil.DisableNetworkConnection(name);
 }