Ejemplo n.º 1
0
 internal void SwitchToDifferentInterface(PhoneInterfaces TargetInterface)
 {
     ModeViewModel.OnModeSwitchRequested(TargetInterface);
     ContextViewModel = ModeViewModel;
 }
Ejemplo n.º 2
0
 private void InterfaceChanged(PhoneInterfaces NewInterface)
 {
     CurrentInterface = NewInterface;
 }