Esempio n. 1
0
        public void SendAsync(string fname)
        {
            SendDele dele = Send;

            dele.BeginInvoke(fname, null, null);
        }
Esempio n. 2
0
        public static void SendMsgAsync(string other_ip, int other_port, string text)
        {
            SendDele dele = SendMsg;

            dele.BeginInvoke(other_ip, other_port, text, null, null);
        }