摘要:
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e){ System.Diagnostics.Process.Start("mailto:[email protected]");}[System.Runtime.InteropServices.DllImport("shell32.dll", EntryPoint = "ShellExecuteA")]public static extern int ShellExecute( in 阅读全文
posted @ 2008-05-12 13:28
最.菲
阅读(460)
评论(1)
推荐(0)