Inizio inserimento filtri x licenze
This commit is contained in:
@@ -10,6 +10,7 @@ namespace LiMan.UI.Data
|
||||
#region Private Fields
|
||||
|
||||
private SelectData _detailFilter = SelectData.Init(5, 15);
|
||||
private SelectGLS _detailFilterGLS = SelectGLS.Init(60, -30);
|
||||
private string _pageIcon;
|
||||
private string _pageName;
|
||||
private string _searchVal;
|
||||
@@ -50,6 +51,23 @@ namespace LiMan.UI.Data
|
||||
}
|
||||
}
|
||||
|
||||
public SelectGLS DetailGLSFilter
|
||||
{
|
||||
get => _detailFilterGLS;
|
||||
set
|
||||
{
|
||||
if (_detailFilterGLS != value)
|
||||
{
|
||||
_detailFilterGLS = value;
|
||||
|
||||
if (EA_FilterUpdated != null)
|
||||
{
|
||||
EA_FilterUpdated?.Invoke();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public string PageIcon
|
||||
{
|
||||
get => _pageIcon;
|
||||
|
||||
Reference in New Issue
Block a user