コード例 #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();
        }