Ejemplo n.º 1
0
        private void btnUpdate_Click(object sender, EventArgs e)
        {
            frmCreateContact fcc = new frmCreateContact();

            fcc.Owner = this;
            fcc.Text  = "修改联系人信息";
            fcc.ShowDialog();
        }
Ejemplo n.º 2
0
        private void btnCreate_Click(object sender, EventArgs e)
        {
            frmCreateContact fcc = new frmCreateContact();

            fcc.ShowDialog();
        }