如何调用其他控件的事件例如,在button2_click中调用button1的click事件,如何写?[解决办法]可以在button2的click事件里写上:button1_click(null,null); 其他控件一个道理