Added click event handler for lblItemID label at bottom on screen in debug mode
This commit is contained in:
parent
765afe4af2
commit
fa84a7f44a
@ -576,6 +576,7 @@ namespace VEPROMS
|
||||
//
|
||||
// lblItemID
|
||||
//
|
||||
this.lblItemID.Click += new System.EventHandler(lblItemID_Click);
|
||||
this.lblItemID.Name = "lblItemID";
|
||||
this.lblItemID.Text = "ItemID=\"\"";
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user