public static GUIGame GetInstance() { if (instance == null) { instance = new GUIGame(); instance.NewRandom(); } return(instance); }
public static void Next() { instance.NewRandom(); }