Guest User

Untitled

a guest
Dec 10th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. using System;
  2. using System.Diagnostics;
  3. using System.Collections.Generic;
  4. using System.ComponentModel;
  5. using System.Data;
  6. using System.Drawing;
  7. using System.Linq;
  8. using System.Text;
  9. using System.Threading.Tasks;
  10. using System.Windows.Forms;
  11.  
  12. namespace MyCoreApp
  13. {
  14. public partial class Form1 : Form
  15. {
  16. public Form1()
  17. {
  18. InitializeComponent();
  19. }
  20.  
  21. private void toolStripMenuItem1_Click(object sender, EventArgs e)
  22. {
  23.  
  24. }
  25.  
  26. private void openEdgeToolStripMenuItem_Click(object sender, EventArgs e)
  27. {
  28. Process.Start("start microsoft-edge:");
  29. }
  30. }
  31.  
  32. Process.Start("microsoft-edge:");
Add Comment
Please, Sign In to add comment