누락파일 추가

This commit is contained in:
chi
2020-05-24 21:17:52 +09:00
parent 3d7b335a06
commit 76941ffc45
18 changed files with 12000 additions and 36997 deletions

View File

@@ -0,0 +1,10 @@
Public Class fPassword
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim pass As String = DateTime.Now.ToString("ddMMyyyy")
If TextBox1.Text = pass Then
DialogResult = DialogResult.OK
Else
DialogResult = DialogResult.Cancel
End If
End Sub
End Class