public MainWindowsViewModel()
 {
     _Chromium.Add(webBrowser);
     GetCommand = new Control.LambdaCommand(OnGetCommandExecute, CanGetCommandExecute);
 }
Exemplo n.º 2
0
 public ViewModelMenu()
 {
     Close = new Control.LambdaCommand(OnGetCommandExecuteClose, CanGetCommandExecuteClose);
 }