using System;
using System.Windows.Forms;
namespace wshao {
public partial class wshao : Form
{
public wshao ()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("http://www.skyfox.org");
Environment.Exit(0);
}
}
}
转载请注明:天狐博客 » C#编写网站的桌面快捷方式程序(无控制台)