Beispiel #1
0
 private void Update()
 {
     // Update the current panel.
     if (_currentPanel != null)
     {
         _currentPanel.DoUpdate();
     }
 }