예제 #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();
        }