public static TimeSpent CreateInstance() { if (_timeSpent == null) { _timeSpent = new TimeSpent(); } return(_timeSpent); }
public static void ShowQuest() { TimeSpent form = TimeSpent.CreateInstance(); form.Show(); }