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