Merge pull request #37 from NeverMorewd/master

Update README.md
This commit is contained in:
Yoshifumi Kawai 2024-04-30 12:42:26 +09:00 committed by GitHub
commit c26ba030fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -214,7 +214,7 @@ Because of data binding in WPF, it is important that the collection is Observabl
// WPF simple sample.
ObservableList<int> list;
public ISynchronizedView<int, int> ItemsView { get; set; }
public INotifyCollectionChangedSynchronizedView<int> ItemsView { get; set; }
public MainWindow()
{