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