mirror of
https://github.com/ckaczor/WorldClockStatusWindow.git
synced 2026-03-12 04:01:35 -04:00
Update to .NET 10
This commit is contained in:
@@ -16,17 +16,15 @@ public class TimeZoneEntry : INotifyDataErrorInfo
|
||||
_dataErrorDictionary.ErrorsChanged += DataErrorDictionaryErrorsChanged;
|
||||
}
|
||||
|
||||
private string _label;
|
||||
|
||||
public string Label
|
||||
{
|
||||
get => _label;
|
||||
get;
|
||||
set
|
||||
{
|
||||
if (!ValidateLabel(value))
|
||||
return;
|
||||
|
||||
_label = value;
|
||||
field = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user