vb.net中怎么调用按钮Button1_Click单击事件
(2019-10-17 17:08:10)
标签:
活力星语金钟常鸣调用按钮click |
分类: VB.NET |
1.Button1.PerformClick()
2.button1_click(sender,e)
3.button1_click(nothing,nothing)
4.button1_click(sender,nothing)
2.button1_click(sender,e)
3.button1_click(nothing,nothing)
4.button1_click(sender,nothing)

加载中…