Ejemplo n.º 1
0
 //切换游戏页
 protected void SwitchTo <T>() where T : GamePage, new()
 {
     mFadeLayer.HideAll(() => { InterApplication.InterApp.MainPage = new T(); });
 }
Ejemplo n.º 2
0
 private void StartGame(object sender, EventArgs e)
 {
     mFadeLayer.HideAll(InterApplication.InterApp.StartGame, 0.005);
 }