public static CommNetType.NetType GetNetTypeByIndex(int index)
 {
     return(CommNetType.GetNetTypeByIndex(index));
 }
 public static String[] GetNetTypeStrList()
 {
     return(CommNetType.GetNetTypeStrList());
 }