Exemple #1
0
 private void SubRestart_Click(object sender, EventArgs e)
 {
     XApp.StartInfo.FileName = Application.ExecutablePath;
     XApp.Start();
     Close();
 }
Exemple #2
0
 private void vebsajtToolStripMenuItem_Click(object sender, EventArgs e)
 {
     XApp.StartInfo.FileName = "http://neovisio.org";
     XApp.Start();
 }