Exemple #1
0
        private void MainForm_Load(object sender, EventArgs e)
        {
            Server = new IM.Core.IMServer();
            //注册接受消息事件
            Server.OnReciveMessage += Server_OnReciveMessage;

            Server.OnConnectServer += Server_OnConnectServer;
        }
Exemple #2
0
        private void MainForm_Load(object sender, EventArgs e)
        {
            Server = new IM.Core.IMServer();
            //注册接受消息事件
            Server.OnReciveMessage+=Server_OnReciveMessage;

            Server.OnConnectServer += Server_OnConnectServer;
            
        }