UninstallExecute() public method

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