Torna al Thread

Public Class Form2 Public Sub New() InitializeComponent() MsgBox("Richiamo del costruttore") End Sub Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load MsgBox("Richiamo sull'evento Load") End Sub End Class
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5