コード例 #1
0
ファイル: App.cs プロジェクト: areestlc/xamarin
        public App()
        {
            if (Properties.ContainsKey(displayLabelText))
            {
                DisplayLabelText = (string)Properties[displayLabelText];
            }

            MainPage = new PersistentKeypadPage();
        }
コード例 #2
0
        public App()
        {
            if (Properties.ContainsKey(displayLabelText))
            {
                DisplayLabelText = (string)Properties[displayLabelText];
            }

            MainPage = new PersistentKeypadPage();
        }