摘要: 1 public interface IRunConsole2 {3 void Run();4 }public abstract class RunConsole:IRunConsole { public abstract string[] Args { get; } public abstract string FileName { get; }//CMD public string result; public string error; public virtual int Wai... 阅读全文
posted @ 2013-06-21 10:01 哈哈好玩 阅读(371) 评论(0) 推荐(0)