|
@@ -89,7 +89,9 @@ namespace XdCxRhDW.App.UserControl
|
|
{
|
|
{
|
|
res.ServerIp = txtIp.Text;
|
|
res.ServerIp = txtIp.Text;
|
|
res.Port = Convert.ToInt32(txtPort.Text);
|
|
res.Port = Convert.ToInt32(txtPort.Text);
|
|
- res.XLDirectory = textEdit1.Text;
|
|
|
|
|
|
+ res.HttpPort = Convert.ToInt32(txtHttpPort.Text);
|
|
|
|
+ res.XLDirectory = txtXLDirectory.Text;
|
|
|
|
+ res.MapService = txtMapService.Text;
|
|
}
|
|
}
|
|
|
|
|
|
await db.SaveChangesAsync();
|
|
await db.SaveChangesAsync();
|