1 write to viewButton
WsatUI (1)
MMCUI\AcceptedCertificatesForm.designer.cs (1)
39
this.
viewButton
= new System.Windows.Forms.Button();
4 references to viewButton
WsatUI (4)
MMCUI\AcceptedCertificatesForm.designer.cs (4)
70
resources.ApplyResources(this.
viewButton
, "viewButton");
71
this.
viewButton
.Name = "viewButton";
72
this.
viewButton
.Click += new System.EventHandler(this.viewCertificate_Click);
128
this.Controls.Add(this.
viewButton
);