I DONT KNOW!...
This commit is contained in:
parent
4c7ab9cc15
commit
b68e54539a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ namespace Saviour_Backup_System
|
||||||
|
|
||||||
private void button1_Click(object sender, EventArgs e) {
|
private void button1_Click(object sender, EventArgs e) {
|
||||||
dataGridView.DataSource = databaseTools.getAllDriveBackups();
|
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.*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue