Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- using System.ComponentModel;
- using System.Diagnostics;
- private void button1_Click(object sender, EventArgs e)
- {
- Process.Start("http://www.yahoo.com", null);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement