public App() { if (Properties.ContainsKey(displayLabelText)) { DisplayLabelText = (string)Properties[displayLabelText]; } MainPage = new XamlKeypadPage(); }
public App() { if (Properties.ContainsKey(displayLabelText)) { DisplayLabelText = (string)Properties[displayLabelText]; } InitializeComponent(); MainPage = new XamlKeypadPage(); }