コード例 #1
0
 public void RodaSingleThread()
 {
     GC.Collect();
     singleton = new MundoTierra();
     singleton.setViewer(drawer);
     singleton.setRefer(frmPrincipal);
     drawer.SetMundo(singleton);
     singleton.runLoop();
 }
コード例 #2
0
 static void staticRoda()
 {
     singleton.runLoop();
 }