Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. "C:WindowsSystem32DevicePairingWizard.exe" ProviderMicrosoft.Devices.Bluetooth
  2.  
  3. private void buttonClick() {
  4. {
  5. Process.Start("C:\Windows\System32\DevicePairingWizard.exe");
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement