Update NavdataModel.cs
This commit is contained in:
parent
b68cc2ac3f
commit
924e25e1c6
@ -32,7 +32,12 @@ namespace EFB.Models
|
|||||||
}
|
}
|
||||||
|
|
||||||
public NavdataModel[] Populate(){
|
public NavdataModel[] Populate(){
|
||||||
MySqlConnection db = new MySqlConnection("root:XXXXXXX@XXX.XXX.XXX.XXX:3306/EFB");
|
MySqlConnection con = new MySqlConnection("root:XXXXXXX@XXX.XXX.XXX.XXX:3306/EFB");
|
||||||
|
con.Open();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user