Torna al Thread

Public Sub New(ByVal Automatico As Boolean) InitializeComponent() Auto = Automatico m_hostIP = txtHostIP.Text m_port = CInt(txtPort.Text) m_clientId = CInt(txtClientId.Text) m_ok = True Hide() End Sub ' e Private Sub dlgConnect_Load(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles MyBase.Load If Auto = True Then Me.DialogResult = Windows.Forms.DialogResult.OK Me.Close() End If End Sub
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5