ReadOnly TextEdit输入问题
摘要:
public class StringEventArgs : EventArgs { public String Value { get; set; } } public class ReadOnlyInputMgr { private Dictionary<int, String> _KeyVal 阅读全文
posted @ 2020-02-24 17:17 遗忘海岸 阅读(279) 评论(0) 推荐(0) 编辑