コード例 #1
0
 public Navigator()
 {
     this.currentScreen = new IntroductionPlayScreenVM(this, players);
 }
コード例 #2
0
 protected void SwitchTo(ScreenVM screen)
 {
     this.navigator.CurrentScreen = screen;
 }