Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Public Class Lesson
  2.  
  3. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  4. Easy.Show()
  5. Hide()
  6. End Sub
  7.  
  8. Private Sub Lesson_FormClosed(ByVal sender As System.Object, ByVal e As System.Windows.Forms.FormClosedEventArgs) Handles MyBase.FormClosed
  9. Application.ExitThread()
  10. End Sub
  11.  
  12. Private Sub Lesson_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
  13.  
  14. End Sub
  15. End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement