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