..
This commit is contained in:
@@ -29,6 +29,7 @@ namespace Project
|
||||
public static DateTime LastInputTime = DateTime.Now;
|
||||
public static CResult Result = new CResult();
|
||||
public static DatabaseConnectionString.DatabaseInfo dbinfo = null;
|
||||
public static string WebServiceURL { get; set; }
|
||||
|
||||
|
||||
|
||||
@@ -192,6 +193,8 @@ namespace Project
|
||||
|
||||
//language
|
||||
Lang.Loading(Pub.setting.Language + ".ini");
|
||||
if (WebServiceURL.isEmpty())
|
||||
WebServiceURL = "http://127.0.0.1:7979";
|
||||
}
|
||||
|
||||
private static WebView2 webView21;
|
||||
|
||||
Reference in New Issue
Block a user