1 write to buttonNewSession
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
53
this.
buttonNewSession
= new System.Windows.Forms.Button();
8 references to buttonNewSession
WsatUI (8)
MMCUI\TraceOptionsForm.cs (3)
45
buttonNewSession
.Enabled = !isSessionExist && !isRegError;
146
buttonNewSession
.Enabled = false;
163
buttonNewSession
.Enabled = true;
MMCUI\TraceOptionsForm.designer.cs (5)
182
this.flowLayoutPanelSessionControlButtons.Controls.Add(this.
buttonNewSession
);
189
resources.ApplyResources(this.
buttonNewSession
, "buttonNewSession");
190
this.
buttonNewSession
.Name = "buttonNewSession";
191
this.
buttonNewSession
.UseVisualStyleBackColor = true;
192
this.
buttonNewSession
.Click += new System.EventHandler(this.buttonNewSession_Click);