1 write to okButton
WsatUI (1)
MMCUI\AcceptedCertificatesForm.designer.cs (1)
36
this.
okButton
= new System.Windows.Forms.Button();
6 references to okButton
WsatUI (6)
MMCUI\AcceptedCertificatesForm.designer.cs (6)
52
resources.ApplyResources(this.
okButton
, "okButton");
53
this.
okButton
.DialogResult = System.Windows.Forms.DialogResult.OK;
54
this.
okButton
.Name = "okButton";
55
this.
okButton
.Click += new System.EventHandler(this.okButton_Click);
122
this.AcceptButton = this.
okButton
;
130
this.Controls.Add(this.
okButton
);