update comments

This commit is contained in:
Tim Young 2017-08-02 11:44:22 -05:00
parent d31727efcc
commit 7b98466db2
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ namespace EduNetworkBuilder
/// The username of the person. Will be used as a filename. Cannot be changed once it is set
/// </summary>
public string UserName { get { return _UserName; } }
/// <summary>
/// The filename, without the path, of the file. UserName + ".enbu"
/// </summary>
public string FileName { get { return UserName + ".enbu"; } }
/// <summary>