1.0.4
Keine Code-Optimierung verwenden StaticResource "TransparentColor" hinzugefügt
This commit is contained in:
@@ -60,6 +60,7 @@ public partial class LoginPage : ContentPage {
|
||||
Preferences.Default.Set("EmployeeId", int.Parse(op.id));
|
||||
|
||||
await DisplayAlert("Login erfolgreich", op.name + " " + op.surname, "OK");
|
||||
await Navigation.PopAsync();
|
||||
} catch (Exception e) {
|
||||
await DisplayAlert("Fehler", e.Message, "OK");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user