protected void SwitchTo(PiCrossWindow piCrossWindow) { this.navigator.CurrentWindow = piCrossWindow; }
public Navigator() { this.currentWindow = new StartScreen(this); }