Beispiel #1
0
        private void OnJoin(JoinProtocol p, bool self, int from)
        {
            if (start)
            {
                return;
            }

            count = 10;
            Invoke2(() =>
            {
                label2.Text = "Receive Join " + self;
                timer2.Start();
            });
        }
Beispiel #2
0
        private void OnJoin(JoinProtocol p, bool self, int from)
        {
            if (start)
                return;

            count = 10;
            Invoke2(() =>
            {
                label2.Text = "Receive Join " + self;
                timer2.Start();
            });
        }