abused searchBtn_click to add rows into the datagrid

This commit is contained in:
Blauschleim
2022-05-09 14:15:28 +02:00
parent cf27b19087
commit 726a238d0a

View File

@@ -22,7 +22,9 @@ namespace it_projekt
private void searchBtn_Click(object sender, EventArgs e)
{
this.dataGrid.Rows.Add("test", "test", "test", "test", true);
// this.dataGrid.Rows.Contains();
}
private void loginBtn_Click(object sender, EventArgs e)