比如我想在command1_click()事件中执行command2_click()事件 请问该如何? 问题点数:20、回复次数:1Top
private sub command1_click() call command2_click end subTop