Formatting
This commit is contained in:
parent
a476d5986d
commit
859a8e933c
2 changed files with 17 additions and 17 deletions
|
|
@ -65,6 +65,8 @@ namespace LibationWinForms.GridView
|
|||
NotifyPropertyChanged();
|
||||
}
|
||||
|
||||
#region Data Sorting
|
||||
|
||||
/// <summary>Create getters for all member object values by name</summary>
|
||||
protected override Dictionary<string, Func<object>> CreateMemberValueDictionary() => new()
|
||||
{
|
||||
|
|
@ -83,5 +85,7 @@ namespace LibationWinForms.GridView
|
|||
{ nameof(Liberate), () => Liberate },
|
||||
{ nameof(DateAdded), () => DateAdded },
|
||||
};
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue