예제 #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();
        }