Example #1
0
 public void Refresh()
 {
     ControlsContext.Current.ActionHandlerLocker.Acquire();
     CurrentStyleSheet.Assign((ILayoutable)ApplicationContext.Current.CurrentScreen.Screen);
     Relayout();
     RefreshView();
     ControlsContext.Current.ActionHandlerLocker.Release();
 }