Added TaskDialog

This commit is contained in:
TheXamlGuy
2024-10-06 21:15:02 +01:00
parent 434c0634e9
commit 9b59add673
13 changed files with 164 additions and 60 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
public interface ISecondaryConfirmation
{
Task<bool> Confirm();
Task<bool> ConfirmSecondary();
}