mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-12-08 14:58:42 +00:00
Improve time server identification
This commit is contained in:
@ -34,6 +34,8 @@ namespace Ntp.Analyzer.Objects
|
||||
Name = name;
|
||||
}
|
||||
|
||||
public string Name { get; }
|
||||
public string Name { get; set; }
|
||||
|
||||
public virtual string DisplayName => Name;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user