Added setting ROFSTLookup property of Display RO to null for initialization
This commit is contained in:
parent
9262837ba1
commit
ae959be13a
@ -1006,8 +1006,9 @@ namespace VEPROMS
|
||||
this.displayRO.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.displayRO.Location = new System.Drawing.Point(1, 1);
|
||||
this.displayRO.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.displayRO.Mydvi = null;
|
||||
//this.displayRO.Mydvi = null;
|
||||
this.displayRO.MyROFST = null;
|
||||
this.displayRO.MyROFSTLookup = null;
|
||||
this.displayRO.MyRTB = null;
|
||||
this.displayRO.Name = "displayRO";
|
||||
this.displayRO.ProgressBar = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user