mirror of
https://github.com/4sval/FModel.git
synced 2026-09-25 10:39:14 -05:00
pak double click + fixed export
This commit is contained in:
@@ -27,7 +27,7 @@ namespace FModel.Framework
|
||||
|
||||
protected ViewModelCommand(TContextViewModel contextViewModel)
|
||||
{
|
||||
ContextViewModel = contextViewModel /*?? throw new ArgumentNullException(nameof(contextViewModel))*/;
|
||||
ContextViewModel = contextViewModel ?? throw new ArgumentNullException(nameof(contextViewModel));
|
||||
}
|
||||
|
||||
public sealed override void Execute(object parameter)
|
||||
|
||||
Reference in New Issue
Block a user