Beispiel #1
0
 public static GeneralDate Instance(DateTime date)
 {
     if (instance == null)
     {
         instance = new GeneralDate();
     }
     instance.Date = date;
     return(instance);
 }
Beispiel #2
0
        public static GeneralDate Instance()
        {
            if (instance == null)
            {
                instance = new GeneralDate();
            }

            return(instance);
        }