public static GUI GetInstance(GameForm gui) { if (_Instance == null) { _Instance = new GUI(gui); } return _Instance; }
private GUI(GameForm gf) { this.gui = gf; }