Exemplo n.º 1
0
 public void SendDebugOrientation()
 {
     if (UILayoutManager.DebugOrientationChanged != null)
     {
         UILayoutManager.DebugOrientationChanged(UILayoutManager.Orientation);
     }
 }
Exemplo n.º 2
0
 public void SendDebugDeviceType()
 {
     if (UILayoutManager.DebugDeviceTypeChanged != null)
     {
         UILayoutManager.DebugDeviceTypeChanged(UILayoutManager.DeviceType);
     }
 }