コード例 #1
0
        /// <summary>
        /// 新建通讯
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void btn_new_Click(object sender, EventArgs e)
        {
            wfAddCommunication wfc = new wfAddCommunication();

            wfc.Show();
        }
コード例 #2
0
        private void simpleButton1_Click(object sender, EventArgs e)
        {
            wfAddCommunication wfac = new wfAddCommunication();

            wfac.Show();
        }