1
Fork 0

added function to run on form close, and added comment for the population of the device tab

This commit is contained in:
Jake Howard 2014-08-02 10:46:28 +01:00
parent 07d394c519
commit 213b4eb226

View file

@ -134,9 +134,10 @@ namespace Saviour_Backup_System
private void formatDriveCapacityTimer_Tick(object sender, EventArgs e) { try { formatDriveCapacity(); } catch { } } //Because background workers cant interact with the GUI (very quickly)
private void populateDeviceTab() {
// put stuff in here!!
deviceTab.Visible = true;
deviceTab.Select();
}
private void mainWindow_FormClosing(object sender, FormClosingEventArgs e) { setup.closeProgram(sender, e); }
}
}