Compare commits

..

No commits in common. "16876375df0dbe57045fdfee312d180718e3f7ff" and "deeb7ff3fac5160d55c03612cacd36619160e8d2" have entirely different histories.

3 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -147,8 +147,7 @@ namespace Formats
}
Properties.Settings.Default.FormatPath = txbxPROMSFormatsPath.Text.Substring(0,txbxPROMSFormatsPath.Text.Length-1); // save the copy format path minus the ending backslash
Properties.Settings.Default.Save();
//if(MessageBox.Show("Do you want to end the Format Copier?","Formats Copied.", MessageBoxButtons.YesNo, MessageBoxIcon.Question)== DialogResult.Yes)
Application.Exit();
if(MessageBox.Show("Do you want to end the Format Copier?","Formats Copied.", MessageBoxButtons.YesNo, MessageBoxIcon.Question)== DialogResult.Yes)Application.Exit();
}
private void buttonX2_Click(object sender, EventArgs e)

Binary file not shown.