示例#1
0
文件: frmChat.cs 项目: sccdcwc/IMtest
 private void toolStripButtonWenJian_Click(object sender, EventArgs e)
 {
     sendfile sendf = new sendfile();
     sendf.Show();
 }
示例#2
0
        private void toolStripButtonWenJian_Click(object sender, EventArgs e)
        {
            sendfile sendf = new sendfile();

            sendf.Show();
        }