摘要: 1 public class Console : IRun 2 { 3 public Console(){ 4 this.TimeOut = 3000; 5 } 6 public string Result 7 ... 阅读全文
posted @ 2014-05-16 11:41 哈哈好玩 阅读(2291) 评论(0) 推荐(0)
摘要: if (System.IO.Directory.Exists(System.IO.Path.GetDirectoryName(this.Asset.LocalPath)) && System.IO.Directory.GetFiles(System.IO.Path.GetDirectoryName(... 阅读全文
posted @ 2014-05-16 11:39 哈哈好玩 阅读(793) 评论(0) 推荐(0)