Optional shutdown after copy.
This commit is contained in:
		@@ -124,7 +124,7 @@ namespace Formats
 | 
			
		||||
				fio = new FileInfo(destGenmacallPath + fi.Name);
 | 
			
		||||
				if (fio.Exists && fio.IsReadOnly) fio.IsReadOnly = false;
 | 
			
		||||
			}
 | 
			
		||||
			MessageBox.Show("Formats Copied.");
 | 
			
		||||
			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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user