1 write to buttonStopSession
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
54
this.
buttonStopSession
= new System.Windows.Forms.Button();
8 references to buttonStopSession
WsatUI (8)
MMCUI\TraceOptionsForm.cs (3)
46
buttonStopSession
.Enabled = isSessionExist && !isRegError;
147
buttonStopSession
.Enabled = true;
164
buttonStopSession
.Enabled = false;
MMCUI\TraceOptionsForm.designer.cs (5)
183
this.flowLayoutPanelSessionControlButtons.Controls.Add(this.
buttonStopSession
);
196
resources.ApplyResources(this.
buttonStopSession
, "buttonStopSession");
197
this.
buttonStopSession
.Name = "buttonStopSession";
198
this.
buttonStopSession
.UseVisualStyleBackColor = true;
199
this.
buttonStopSession
.Click += new System.EventHandler(this.buttonStopSession_Click);