Commit 9f488557 LN

界面显示不完整问题修改

1 个父辈 97338d73
......@@ -1186,7 +1186,8 @@ namespace OnlineStore.ACSquareStore
this.Opacity = 0;
this.ShowInTaskbar = false;
this.notifyIcon1.Visible = true;
this.Hide();
//this.Hide();
this.WindowState = FormWindowState.Minimized;
DebugStatus(false);
}
private void FrmStoreBox_FormClosed(object sender, FormClosedEventArgs e)
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!