public void userInit(UserForm userForm) { this.userForm = userForm; this.NodeIds = new Dictionary<int, string>(); this.receiveRegTempThread = new Thread(UdpSockReceiverRegTemp); this.receiveRegTempThread.Start(); this.receiveIpsThread = new Thread(tcpReceiveNodeIP); this.receiveIpsThread.Start(); }
public void SetParent(UserForm form) { refParent = form; }