日期:2014-05-18 浏览次数:21106 次
if (text == "称重数据高级维护")
{
if (Application.OpenForms["AA"] == null)
{
CAA aa= new CAA();
CreateFormPanel(aa, true);
}
else
{
ToSelect(((Form)Application.OpenForms["AA"]));
}
}
//frmTempDataAdvancedMaintenance
if (text == "临时数据高级维护")
{
if (Application.OpenForms["BB"] == null)
{
CBB bb= new CBB();
CreateFormPanel(bb, true);
}
else
{
ToSelect(((Form)Application.OpenForms["BB"]));
}
}