private void ProfileFirstBootLabel_Click(object sender, EventArgs e) { //We do not check if the user is actually setting a profile here. //This is intentional. var profileForm = new ProfileConfig(); profileForm.ShowDialog(); Global.Config.FirstBoot = false; ProfileFirstBootLabel.Visible = false; }
private void ProfileFirstBootLabel_Click(object sender, EventArgs e) { var profileForm = new ProfileConfig(); profileForm.ShowDialog(); Global.Config.FirstBoot = false; ProfileFirstBootLabel.Visible = false; }