示例#1
0
 public int AddSubnetwork(string name)
 {
     if (Communication == null)
     {
         Communication = new tCommunication();
     }
     return(Communication.AddSubNetwork(null));
 }