Barcodes speichern
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
namespace Jugenddienst_Stunden.Views;
|
||||
|
||||
public partial class StundenPage : ContentPage
|
||||
{
|
||||
public StundenPage()
|
||||
{
|
||||
public partial class StundenPage : ContentPage {
|
||||
public StundenPage() {
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
protected override void OnAppearing() {
|
||||
base.OnAppearing();
|
||||
Title = Preferences.Default.Get("name", "") + " " + Preferences.Default.Get("surname", "");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user