public void RodaSingleThread() { GC.Collect(); singleton = new MundoTierra(); singleton.setViewer(drawer); singleton.setRefer(frmPrincipal); drawer.SetMundo(singleton); singleton.runLoop(); }
static void staticRoda() { singleton.runLoop(); }