UI fejlesztése

This commit is contained in:
2025-03-24 16:47:28 +01:00
parent 29d94c9256
commit 8f38408646
13 changed files with 394 additions and 45 deletions
@@ -59,7 +59,7 @@ public partial class NFCWaiter : ContentPage
}
catch (Exception ex)
{
await ShowAlert(ex.Message);
//await ShowAlert(ex.Message);
}
}
async Task EndListening()
@@ -76,7 +76,7 @@ public partial class NFCWaiter : ContentPage
}
catch (Exception ex)
{
await ShowAlert(ex.Message);
//await ShowAlert(ex.Message);
}
}
void SubscribeEvents()