摘要: Action actionAddTxtDelegate = (x, y) => { y.AppendText(x.ToString() + "\r\n"); y.ScrollToCaret(); }; Action actionUpdateTxtDelegate = (x, y) ... 阅读全文
posted @ 2017-04-07 15:59 Z_JRV1 阅读(435) 评论(0) 推荐(0) 编辑