rename department short and long fields,
This commit is contained in:
2
Form1.cs
2
Form1.cs
@@ -45,7 +45,7 @@ namespace it_projekt
|
||||
else {
|
||||
foreach (Person person in db.Persons)
|
||||
{
|
||||
this.dataGrid.Rows.Add(person.Id, person.Firstname, person.Lastname, person.department_short, person.department_long, person.CreationDate, false);
|
||||
this.dataGrid.Rows.Add(person.Id, person.Firstname, person.Lastname, person.Department_short, person.Department_long, person.CreationDate, false);
|
||||
}
|
||||
this.loginBtn.Enabled = false;
|
||||
this.exportBtn.Enabled = true;
|
||||
|
||||
Reference in New Issue
Block a user