Ejemplo n.º 1
0
 public static GameDataView GetGameDataView()
 {
     if (view == null)
     {
         view = new GameDataView();
     }
     return(view);
 }
Ejemplo n.º 2
0
        public static GameDataView init()
        {
            view = new GameDataView();

            return(view);
        }