摘要: public class TestEditor { private static TestEditor instance; private static readonly object syncRoot = new object(); public static TestEditor GetInst 阅读全文
posted @ 2024-07-05 21:03 东经115 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 定义接口中事件和接口参数 namespace ImplementInterfaceEvents { public interface IDrawingObject { event EventHandler ShapeChanged; } public class MyEventArgs : Even 阅读全文
posted @ 2024-07-05 08:35 东经115 阅读(1) 评论(0) 推荐(0) 编辑