Added click event handler for lblItemID label at bottom on screen in debug mode

This commit is contained in:
Rich 2014-02-13 03:00:31 +00:00
parent 765afe4af2
commit fa84a7f44a

View File

@ -576,6 +576,7 @@ namespace VEPROMS
// //
// lblItemID // lblItemID
// //
this.lblItemID.Click += new System.EventHandler(lblItemID_Click);
this.lblItemID.Name = "lblItemID"; this.lblItemID.Name = "lblItemID";
this.lblItemID.Text = "ItemID=\"\""; this.lblItemID.Text = "ItemID=\"\"";
// //