1
Fork 0

I DONT KNOW!...

This commit is contained in:
Jake Howard 2015-01-06 12:38:23 +00:00
parent 4c7ab9cc15
commit b68e54539a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ namespace Saviour_Backup_System
private void button1_Click(object sender, EventArgs e) {
dataGridView.DataSource = databaseTools.getAllDriveBackups();
/*this will need editing to make it more people readable, and format dates etc.*/
/* this will need editing to make it more people readable, and format dates etc.*/
}
}
}