Пример #1
0
 private void HandleClientComm( object client )
 {
     ConnectedClientOutput clientOutputDlg = new ConnectedClientOutput( client, m_portNumber );
     lblSocketStatus.Invoke(new UpdateTextCallBack(this.UpdateStatus), new object[] {""});
     clientOutputDlg.Show();
     Application.Run();
 }
Пример #2
0
        private void HandleClientComm(object client)
        {
            ConnectedClientOutput clientOutputDlg = new ConnectedClientOutput(client, m_portNumber);

            lblSocketStatus.Invoke(new UpdateTextCallBack(this.UpdateStatus), new object[] { "" });
            clientOutputDlg.Show();
            Application.Run();
        }