摘要: 程序集如下 using System; namespace ClassLibrary1 { public class Class1 { public delegate void ChangeDelegate(UInt16 value); public event ChangeDelegate cha 阅读全文
posted @ 2022-12-03 14:04 阿坦 阅读(57) 评论(0) 推荐(0)