InstallExecute() public method

public InstallExecute ( ) : void
return void
Esempio n. 1
0
 void Install_Click(object sender, RoutedEventArgs e)
 {
     viewModel.InstallExecute();
 }