added columns for user controll

This commit is contained in:
Blauschleim
2022-05-09 13:47:36 +02:00
parent b98c477d68
commit cf27b19087
3 changed files with 65 additions and 1 deletions

View File

@@ -39,6 +39,9 @@ namespace it_projekt
MessageBox.Show(test.persons.Find(1).Firstname);
}
private void dataGrid_CellContentClick(object sender, DataGridViewCellEventArgs e)
{
}
}
}