This commit is contained in:
2026-06-04 12:07:14 -04:00
parent c1f041b4f6
commit 02cae92797
31 changed files with 1709 additions and 13 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ public class MyDialogService : IMyDialogService
public void Unsubscribe(Action action)
{
OnChange += action;
OnChange -= action;
}
public void Show(DialogContents dialogContents)