日期:2014-05-17 浏览次数:20740 次
public interface EventHandler { void foo(); } public class Capture { public EventHandler } public class CaptureForm: Form, EventHandler { private Capture myCapture; myCapture.EventHandler = this; }