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