장비목록 통합작업
This commit is contained in:
@@ -1171,5 +1171,12 @@ namespace Project
|
||||
if (!ShowForm(formkey))
|
||||
AddForm(formkey, new FEQ0000.fEquipmentSummary(), "장비전체요약");
|
||||
}
|
||||
|
||||
private void aLLToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
string formkey = "EQALL";
|
||||
if (!ShowForm(formkey))
|
||||
AddForm(formkey, new FEQ0000.fEquipment(FEQ0000.fEquipment.eTabletype.ALL), "ALL");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user