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