Added setting ROFSTLookup property of Display RO to null for initialization

This commit is contained in:
Rich 2014-02-07 17:33:33 +00:00
parent 9262837ba1
commit ae959be13a

View File

@ -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;