Torna al Thread

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim x As New Pen(Color.Aqua) passaggio(x) End Sub Private Function passaggio(Optional ByVal penna As Pen = Nothing) If penna Is Nothing Then MsgBox("Errore!") Return -1 Else MsgBox("Evviva!") Return 1 End If End Function
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5