Пример #1
0
  public static TimeUtil Instance()
  {
    if (instance == null)
      instance = new TimeUtil();
    return instance;

  }