Commit ee57ebb8 LN

1

1 个父辈 1ce77369
......@@ -109,7 +109,7 @@ namespace OnlineStore.ACSingleStore
private void SaveConfig()
{
//int index = cmbId.SelectedIndex + 1;
DialogResult result = MessageBox.Show("更改料仓为[" + cid + "],左侧CID ["+cid1+"],右侧ICID ["+cid2+"] \r\n 重启客户端后生效", "确认提示", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning);
DialogResult result = MessageBox.Show("更改料仓为[" + cid + "],左侧CID ["+cid1+"],右侧CID ["+cid2+"] \r\n 重启客户端后生效", "确认提示", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning);
if (result.Equals(DialogResult.OK))
{
//string storeCID = "line-ac-" + index.ToString().PadLeft(2, '0');
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!