コード例 #1
0
 public static CommNetType.NetType GetNetTypeByIndex(int index)
 {
     return(CommNetType.GetNetTypeByIndex(index));
 }
コード例 #2
0
 public static String[] GetNetTypeStrList()
 {
     return(CommNetType.GetNetTypeStrList());
 }