누락파일 추가
This commit is contained in:
10
Epole/dialogForm/fPassword.vb
Normal file
10
Epole/dialogForm/fPassword.vb
Normal 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
|
||||
Reference in New Issue
Block a user