Example #1
0
 private void SetWindowSystem(IPresentationSystem newWindowSystem)
 {
     _currentWindowSystem.Disable();
     _currentWindowSystem = newWindowSystem;
     _currentWindowSystem.Enable();
 }