コード例 #1
0
 public static string GetMobileCode(int servicearea)
 {
     return(ServiceCode.GetMobileCode((eSERVICE_AREA)servicearea));
 }
コード例 #2
0
 static ServiceCode()
 {
     ServiceCode.m_dicMobileCode = new Dictionary <eSERVICE_AREA, string>();
     ServiceCode.Init();
 }