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