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