Imports System
Imports System.Drawing
Imports System.Collections
Imports System.ComponentModel
Imports System.Windows.Forms
Imports System.Threading
Imports Softing.OPCToolbox
Namespace noche2
Public Class Form1
Inherits System.Windows.Forms.Form
Private components As System.ComponentModel.Container = Nothing
Private m_outProc As OutProc = New OutProc
Public WithEvents variable1 As System.Windows.Forms.TextBox
Private m_opcServer As OpcServer = Nothing
Public Sub New(ByVal anOutProc As OutProc)
.........