示例#1
0
文件: mainForm.cs 项目: kelomy/cangku
        private void 个人密码修改ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form fm = new passwordmodify();

            fm.MdiParent = this;

            fm.Show();
        }
示例#2
0
文件: mainForm.cs 项目: kelomy/cangku
        private void toolStripMenuItem3_Click(object sender, EventArgs e)
        {
            passwordmodify fm = new passwordmodify();

            fm.MdiParent = this;

            fm.textBox1.Text     = dbhelper.LoginId;
            fm.textBox1.ReadOnly = true;
            fm.Show();
        }