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