private void btnKill_Click(object sender, RoutedEventArgs e) { Window KillProcessWindow = new KillProcessWindow(this); KillProcessWindow.Show(); }