Exemplo n.º 1
0
 public void ChangeFast(ScreenType type)
 {
     _currentScreen = _screens[(int)type];
 }