コード例 #1
0
 public static DateCenter getInstance()
 {
     if (instance == null)
     {
         instance = new DateCenter();
     }
     return(instance);
 }
コード例 #2
0
 public static DateCenter reset()
 {
     instance = new DateCenter();
     return(instance);
 }