示例#1
0
文件: Main.cs 项目: RighApps/h1r1s
        private void open_otherdeduction()
        {
            p_OtherDeductionEntry jsi = new p_OtherDeductionEntry();

            closechild();
            btn_color_reset();

            jsi.MdiParent = this;

            lbl_modname.Text = btn_8.Text;
            btn_8.BackColor  = panel2.BackColor;
            colormain        = panel2.BackColor;
            color2           = Color.Peru;

            jsi.Show();
        }