public SettingsScreen() : base("SettingsScreen", null) { appDelegate = (UIApplication.SharedApplication.Delegate as AppDelegate); this.Title = appDelegate.localisationManager.getText("screen_settings_title"); }
public CheckInScreen() : base("CheckInScreen", null) { appDelegate = (UIApplication.SharedApplication.Delegate as AppDelegate); this.Title = appDelegate.localisationManager.getText("screen_checkin_title"); }
public ReportScreen() : base("ReportScreen", null) { appDelegate = (UIApplication.SharedApplication.Delegate as AppDelegate); this.Title = appDelegate.localisationManager.getText("screen_reports_title"); }