예제 #1
0
 /// <summary>
 /// Enables the specified network connection.
 /// </summary>
 /// <param name="name">The name of the network connection.</param>
 public void EnableNetworkConnection(string name)
 {
     NetworkUtil.EnableNetworkConnection(name);
 }