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