Няма описание
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.

12345678910111213
  1. Public Class 線路選擇
  2. Private Sub 總部_pb_Click(sender As Object, e As EventArgs) Handles 總部_pb.Click
  3. 登入人IP = "180.177.181.162,5264" : Me.Close()
  4. End Sub
  5. Private Sub 測試_pb_Click(sender As Object, e As EventArgs) Handles 測試_pb.Click
  6. 登入人IP = "106.1.48.106,4567" : Me.Close()
  7. End Sub
  8. Private Sub 線路選擇_Load(sender As Object, e As EventArgs) Handles MyBase.Load
  9. End Sub
  10. End Class