Exemplo n.º 1
0
 public static void RefreshMyTimeZone()
 {
     lock (GMTMaster.Lock)
     {
         // 再読み込み
         GMTMaster.TZ = new MyTimeZone();
     }
 }
Exemplo n.º 2
0
 public static void RefreshMyTimeZone()
 {
     lock (GMTMaster.Lock)
     {
         // 再読み込み
         GMTMaster.TZ = new MyTimeZone();
     }
 }