database connection working
This commit is contained in:
4
Form1.cs
4
Form1.cs
@@ -36,8 +36,8 @@ namespace it_projekt
|
||||
|
||||
public static void LoadUsersFromTable(string user, string password)
|
||||
{
|
||||
Database test = new Database(user, password);
|
||||
MessageBox.Show(test.Person.Firstname);
|
||||
Database db = new Database(user, password);
|
||||
MessageBox.Show(db.Persons.ToString());
|
||||
}
|
||||
|
||||
private void dataGrid_CellContentClick(object sender, DataGridViewCellEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user