abused searchBtn_click to add rows into the datagrid
This commit is contained in:
4
Form1.cs
4
Form1.cs
@@ -22,7 +22,9 @@ namespace it_projekt
|
|||||||
|
|
||||||
private void searchBtn_Click(object sender, EventArgs e)
|
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)
|
private void loginBtn_Click(object sender, EventArgs e)
|
||||||
|
|||||||
Reference in New Issue
Block a user