Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Shutdown - Form3.vb

Form3.vb

Caricato da: Progman-92
Scarica il programma completo

  1. Public Class Form3
  2.  
  3.     Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  4.         Form1.titolomex = Me.TextBox1.Text.ToString
  5.         Form1.testomex = Me.TextBox2.Text.ToString
  6.         Me.Close()
  7.     End Sub
  8.  
  9.     Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
  10.         Me.Close()
  11.     End Sub
  12. End Class