1
0
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:
Carsten Larsen
2016-12-26 14:14:27 +01:00
parent abcf9f306e
commit fe9816b883
6 changed files with 61 additions and 17 deletions

View File

@ -34,6 +34,8 @@ namespace Ntp.Analyzer.Objects
Name = name;
}
public string Name { get; }
public string Name { get; set; }
public virtual string DisplayName => Name;
}
}