MCPcopy Create free account
hub / github.com/TCOTC/CleanFlash_Installer / InstallForm_Load

Method InstallForm_Load

CleanFlashInstaller/InstallForm.cs:182–190  ·  view source on GitHub ↗
(object sender, EventArgs e)

Source from the content-addressed store, hash-verified

180 }
181
182 private void InstallForm_Load(object sender, EventArgs e) {
183 string version = UpdateChecker.GetFlashVersion();
184
185 subtitleLabel.Text = string.Format("built from version {0} ({1})", version, "China");
186 Text = string.Format("Clean Flash Player {0} Installer", version);
187
188 OpenDisclaimerPanel();
189 CheckAgreeBox();
190 }
191
192 private void prevButton_Click(object sender, EventArgs e) {
193 if (disclaimerPanel.Visible || completePanel.Visible || failurePanel.Visible) {

Callers

nothing calls this directly

Calls 1

GetFlashVersionMethod · 0.80

Tested by

no test coverage detected