Exemplo n.º 1
0
 public static GUIGame GetInstance()
 {
     if (instance == null)
     {
         instance = new GUIGame();
         instance.NewRandom();
     }
     return(instance);
 }
Exemplo n.º 2
0
 public static void Next()
 {
     instance.NewRandom();
 }