public static void OrientationChanged(iApp.Orientation orientation) { if (IsInitialized) { Instance.OnOrientationChanged(orientation); } }