1 write to buttonFlushData
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
55
this.
buttonFlushData
= new System.Windows.Forms.Button();
8 references to buttonFlushData
WsatUI (8)
MMCUI\TraceOptionsForm.cs (3)
47
buttonFlushData
.Enabled = isSessionExist && !isRegError;
148
buttonFlushData
.Enabled = true;
165
buttonFlushData
.Enabled = false;
MMCUI\TraceOptionsForm.designer.cs (5)
184
this.flowLayoutPanelSessionControlButtons.Controls.Add(this.
buttonFlushData
);
203
resources.ApplyResources(this.
buttonFlushData
, "buttonFlushData");
204
this.
buttonFlushData
.Name = "buttonFlushData";
205
this.
buttonFlushData
.UseVisualStyleBackColor = true;
206
this.
buttonFlushData
.Click += new System.EventHandler(this.buttonFlushData_Click);