Пример #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();
 }