コード例 #1
0
        public void loadingpage()
        {
            var bounds = UIScreen.MainScreen.Bounds;

            // show the loading overlay on the UI thread using the correct orientation sizing
            loading_View = new LoadingOverlay(bounds); // using field from step 2
            this.View.Add(loading_View);
        }