first git

This commit is contained in:
2021-07-06 10:03:36 +02:00
commit 7937ab972e
417 changed files with 18573 additions and 0 deletions

20
rdp.aspx.vb Normal file
View File

@@ -0,0 +1,20 @@

Partial Class _Default
Inherits System.Web.UI.Page
Sub test()
End Sub
Sub RDP_CLICK()
Select Case InputBox("RDP-KEY:")
Case "test"
MsgBox("OK")
End Select
End Sub
Protected Sub Page_Load(sender As Object, e As EventArgs) Handles Me.Load
End Sub
End Class