Example #1
0
 public void LBTestplanSelf_Click(object sender, EventArgs e)
 {
     Response.Redirect("~/WebFiles/Production_ATS/TestPlan/FlowControlList.aspx?uId=" + TestplanSelfID.Trim());
 }
Example #2
0
 public void LBEquipment_Click(object sender, EventArgs e)
 {
     Response.Redirect("~/WebFiles/TestPlan/Terry/EquipmentList.aspx?uId=" + TestplanSelfID.Trim());
 }
Example #3
0
 public void LBMconfiginit_Click(object sender, EventArgs e)
 {
     Response.Redirect("~/WebFiles/TestPlan/ManufaConfigInit.aspx?uId=" + TestplanSelfID.Trim());
 }
Example #4
0
 public void LBTestplanSelf_Click(object sender, EventArgs e)
 {
     Response.Redirect("~/WebFiles/TestPlan/TestplanSelfInfor.aspx?uId=" + TestplanSelfID.Trim());
 }