mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Fixed "name can be simplified"
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Microsoft.Iris
|
||||
|
||||
void ITimerOwner.OnTimerPropertyChanged(string id)
|
||||
{
|
||||
if (object.ReferenceEquals(id, NotificationID.Interval))
|
||||
if (ReferenceEquals(id, NotificationID.Interval))
|
||||
this.FirePropertyChanged("TimeSpanInterval");
|
||||
this.FirePropertyChanged(id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user