zmiana klienta SQL na Microsoft.Data.SqlClient

This commit is contained in:
2025-10-31 13:05:49 +01:00
parent 7173a37b29
commit ef06fbaf47
15 changed files with 1328 additions and 1323 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ namespace Haftmittel
#region Obsługa INotifyPropertyChanged
public event PropertyChangedEventHandler PropertyChanged;
protected void OnPropertyChanged([CallerMemberName] string name = null) => PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(name));
protected void OnPropertyChanged([CallerMemberName] string name = "") => PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(name));
#endregion
#region Obsługa IDataErrorInfo