Exemplo n.º 1
0
 public void SetSupportedOrientation(XSupportedPageOrientation supported)
 {
     SupportedPageOrientation = supported;
     new SupportedOrientationChangedMessage(supported).Send();
     if (SupportedOrientationChanged != null)
     {
         SupportedOrientationChanged(this, EventArgs.Empty);
     }
 }
Exemplo n.º 2
0
 public void SetSupportedOrientation(XSupportedPageOrientation supported)
 {
     SupportedPageOrientation = supported;
     new SupportedOrientationChangedMessage(supported).Send();
     if (SupportedOrientationChanged != null)
     {
         SupportedOrientationChanged(this, EventArgs.Empty);
     }
 }
Exemplo n.º 3
0
 public SupportedOrientationChangedMessage(XSupportedPageOrientation supportedOrientation)
 {
     _supportedOrientation = supportedOrientation;
 }
 public SupportedOrientationChangedMessage(XSupportedPageOrientation supportedOrientation)
 {
     _supportedOrientation = supportedOrientation;
 }