Exemplo n.º 1
0
        private void 基础配置ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            uctlBaseConfig bc = new uctlBaseConfig();

            //CommonFunction.AddForm2(bc);
            CommonFunction.AddForm3(pl_showcontains, bc);
        }
Exemplo n.º 2
0
 private void 基础配置ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     
     uctlBaseConfig bc = new uctlBaseConfig();
     //CommonFunction.AddForm2(bc);
     CommonFunction.AddForm3(pl_showcontains,bc);
 }
Exemplo n.º 3
0
 private void navBarItem5_LinkClicked(object sender, DevExpress.XtraNavBar.NavBarLinkEventArgs e)
 {
     uctlBaseConfig bc = new uctlBaseConfig();
     //CommonFunction.AddForm2(bc);
     CommonFunction.AddForm3(pl_showcontains, bc);
 }
Exemplo n.º 4
0
 private void button4_Click(object sender, EventArgs e)
 {
     uctlBaseConfig bc = new uctlBaseConfig(this);
     CommonFunction.AddForm3(pl_showcontains, bc);
 }
Exemplo n.º 5
0
        private void button4_Click(object sender, EventArgs e)
        {
            uctlBaseConfig bc = new uctlBaseConfig(this);

            CommonFunction.AddForm3(pl_showcontains, bc);
        }