Exemplo n.º 1
0
 /// <summary>
 /// Called when the host receives the resume event.
 /// </summary>
 public void OnResume()
 {
     _uiImplementation.OnResume();
     ApplicationView.GetForCurrentView().VisibleBoundsChanged += OnBoundsChanged;
 }
 /// <summary>
 /// Called when the host receives the resume event.
 /// </summary>
 public void OnResume()
 {
     _uiImplementation.OnResume();
     _window.SizeChanged += OnBoundsChanged;
 }
Exemplo n.º 3
0
 /// <summary>
 /// Called when the host receives the resume event.
 /// </summary>
 public void OnResume()
 {
     _uiImplementation.OnResume();
 }
 /// <summary>
 /// Called when the host receives the resume event.
 /// </summary>
 public void OnResume()
 {
     _uiImplementation.OnResume();
     ApplicationView.GetForCurrentView().VisibleBoundsChanged  += OnBoundsChanged;
     DisplayInformation.GetForCurrentView().OrientationChanged += OnOrientationChanged;
 }