using System; using Android.Content; using Android.OS; using Shared; namespace SharedMethod { public static class SharedMethod { public static bool IsBackground; public static PageLayout CurPageLayout = null; } }