Advertisement
Guest User

Import permissions ver 2.2

a guest
Sep 23rd, 2021
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.31 KB | None | 0 0
  1. Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick  
  2.         Static iCount As Integer
  3.         If iCount = 50 Then
  4.             iCount = 0
  5.             Me.Dispose()
  6.             Form1.Dispose()
  7.         Else
  8.             iCount = iCount + 1
  9.         End If
  10. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement