w00tare
Gebruiker
- Lid geworden
- 10 jul 2009
- Berichten
- 216
Hallo,
Ik krijg steeds de error:
bij
Ik krijg steeds de error:
Code:
Cannot refer to an instance member of a class from within a shared method or shared member initializer without an explicit instance of the class
bij
Code:
Dim localAddr As IPAddress = IPAddress.Parse("<ip>")
Public Shared Listener As New TcpListener(localAddr, Main.txtPort.Text)