摘要://这个方法是浏览文件对象 private void button1_Click(object sender, EventArgs e) { //用户打开文件浏览 using (OpenFileDialog dialog = ...
阅读全文
摘要:base.BeginInvoke((MethodInvoker)delegate() { this.newdt.Rows[e.ProgressPercentage]["Stat"] = _link.Url; ...
阅读全文
摘要:xEngine.Log.ShowConsole(); xEngine.Log.Title = "发布消息实时"; xEngine.Log.WriteLine("测试一下看看"); xEngine.Log.CloseC...
阅读全文
摘要:public class JsonHelper { /// /// 将对象序列化为JSON格式 /// /// 对象 /// json字符串 public static string Seriali...
阅读全文
摘要:List lc;// = new List(); private void BindGrid() { //if (lc.Count > 0) // lc.Clear(); lc = new List...
阅读全文