Fixed compile warnings
This commit is contained in:
parent
d84b17ced3
commit
d91f7e1ac3
|
@ -74,8 +74,6 @@ namespace Filtration.ObjectModel
|
|||
BlockItems = new ObservableCollection<IItemFilterBlockItem> { ActionBlockItem };
|
||||
}
|
||||
|
||||
public ICommandManager CommandManager { get; }
|
||||
|
||||
public bool Enabled { get; set; } = true;
|
||||
public string Description { get; set; }
|
||||
|
||||
|
|
|
@ -163,7 +163,9 @@ namespace Filtration.ViewModels
|
|||
}
|
||||
case "OpenScript":
|
||||
{
|
||||
#pragma warning disable 4014
|
||||
OnOpenScriptCommand();
|
||||
#pragma warning restore 4014
|
||||
break;
|
||||
}
|
||||
case "ShowLoadingBanner":
|
||||
|
|
Loading…
Reference in New Issue