Ejemplo n.º 1
0
 public static void InitInstance()
 {
     if (instance != null)
     {
         GraphicsManager.ZoomChanged -= instance.ZoomChanged;
     }
     instance = new GroundScene();
     GraphicsManager.ZoomChanged += instance.ZoomChanged;
 }
Ejemplo n.º 2
0
 public static void InitInstance()
 {
     instance = new GroundScene();
 }