随笔分类 -  Code Templates

For future quick copy/paste
摘要:using System;using System.Collections.Generic;using System.Diagnostics;using System.IO;namespace SocketDemo { class Program { static void Main() { Process proc = new Process(); proc.StartInfo.FileName... 阅读全文
posted @ 2009-06-09 16:55 飞扬跋扈 阅读(659) 评论(0) 推荐(0)