Пример #1
0
		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;
		}
Пример #2
0
		private void ProfileFirstBootLabel_Click(object sender, EventArgs e)
		{
			var profileForm = new ProfileConfig();
			profileForm.ShowDialog();
			Global.Config.FirstBoot = false;
			ProfileFirstBootLabel.Visible = false;
		}