Ejemplo n.º 1
0
 public void RodaSingleThread()
 {
     GC.Collect();
     singleton = new MundoTierra();
     singleton.setViewer(drawer);
     singleton.setRefer(frmPrincipal);
     drawer.SetMundo(singleton);
     singleton.runLoop();
 }
Ejemplo n.º 2
0
 static void staticRoda()
 {
     singleton.runLoop();
 }