Thread safely ObservableCollection

This commit is contained in:
Dan Clark
2024-12-02 09:17:38 +00:00
parent fd1b7525d3
commit 1ac2db25e0
6 changed files with 114 additions and 57 deletions
+2
View File
@@ -3,4 +3,6 @@
public interface IDispatcher
{
Task Invoke(Action action);
bool CheckAccess();
}