This commit is contained in:
Dan Clark
2024-11-24 16:35:00 +00:00
parent 911ed375b4
commit d893335195
18 changed files with 282 additions and 200 deletions
+1 -1
View File
@@ -127,4 +127,4 @@ public partial class Observable<TKey, TValue> :
}
partial void OnValueChanged(TValue? value) => ValueChanged();
}
}