You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456 |
- Option Strict Off
- Public Class 開發模板庫
- Private Sub 開發模板庫_Load(sender As Object, e As EventArgs) Handles MyBase.Load
- Shell("calc")
- End Sub
- End Class
|