Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想卸载用户控件 control.dispose() & remove 不起作用。请帮忙
在从窗体或面板中删除控件之前,您首先需要删除与控件关联的所有事件处理程序,然后将其释放。