..
This commit is contained in:
@@ -227,7 +227,7 @@ namespace Project
|
||||
void Func_Login()
|
||||
{
|
||||
//Pub.InitWebView = 2;
|
||||
this.sbWeb.Text = $"Host:{(webok ? "O" : "X")},WebView:{Pub.InitWebView}";
|
||||
this.sbWeb.Text = $"Host:{(webok ? "O" : "X")},WebView:{Pub.InitWebView},Server:{Pub.WebServiceURL}";
|
||||
if (webok && Pub.InitWebView == 1)
|
||||
{
|
||||
using (var f = new Dialog.fLogin_WB())
|
||||
@@ -1044,11 +1044,10 @@ namespace Project
|
||||
|
||||
private void 품목검색ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
var url = $"{Pub.setting.WebServiceURL}/item/find";
|
||||
var url = $"{Pub.WebServiceURL}/item/find";
|
||||
Util.RunExplorer(url);
|
||||
}
|
||||
|
||||
|
||||
private void layoutToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
string formkey = "PLYOU";
|
||||
@@ -1073,7 +1072,7 @@ namespace Project
|
||||
private void 설명서ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
Util.RunExplorer($"{Pub.setting.WebServiceURL}/Manual");
|
||||
Util.RunExplorer($"{Pub.WebServiceURL}/Manual");
|
||||
}
|
||||
|
||||
private void 라이선스ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user