源码地址: https://gitee.com/zhang_jianli

2007年11月1日

摘要: 奇怪的异步调用,竟然不能用数组 string[] m = Directory.GetDirectories(@"c:\\", txtFile.Text.Trim(), SearchOption.AllDirectories); string s = "test"; Invoke(new SetStr(SetText), s); 用 Invoke(new SetStr(SetText), m); 出错了 阅读全文
posted @ 2007-11-01 16:40 天涯 阅读(399) 评论(4) 推荐(0) 编辑

导航

源码地址: https://gitee.com/zhang_jianli