摘要:
public void Send() { MailAddress from = new MailAddress(@"luanzhiyong20062@163.com"); MailAddress to = new MailAddress(@"wangming@emar.com.cn"); MailMessage message = new MailMessage(from,... 阅读全文
摘要:
StreamReader sr = new StreamReader(Application.StartupPath+"\\Menu.ini"); int i = 文件ToolStripMenuItem.DropDownItems.Count - 1; while (sr.Peek() > 0) { ToolStripMenuItem mnu = new ToolStripMenuItem(... 阅读全文