Пример #1
0
 public static TimeSpent CreateInstance()
 {
     if (_timeSpent == null)
     {
         _timeSpent = new TimeSpent();
     }
     return(_timeSpent);
 }
Пример #2
0
        public static void ShowQuest()
        {
            TimeSpent form = TimeSpent.CreateInstance();

            form.Show();
        }