Cleanup
This commit is contained in:
parent
632b432b7c
commit
43a4d0d1d7
9 changed files with 50 additions and 58 deletions
|
|
@ -1,10 +1,10 @@
|
|||
using System;
|
||||
using ApplicationServices;
|
||||
using DataLayer;
|
||||
using Dinah.Core;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Linq;
|
||||
using ApplicationServices;
|
||||
using DataLayer;
|
||||
using Dinah.Core;
|
||||
|
||||
namespace LibationWinForms.GridView
|
||||
{
|
||||
|
|
@ -183,7 +183,7 @@ namespace LibationWinForms.GridView
|
|||
{ nameof(Liberate), () => Liberate },
|
||||
{ nameof(DateAdded), () => DateAdded },
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue