update webbase design

This commit is contained in:
ChiKyun Kim
2025-07-27 16:25:15 +09:00
parent afbac3248e
commit 0c5744c12c
17 changed files with 2414 additions and 225 deletions

View File

@@ -473,8 +473,17 @@ namespace Project
private void codesToolStripMenuItem_Click(object sender, EventArgs e)
{
var f = new FCM0000.fCode();
f.ShowDialog();
if (Pub.InitWebView > 0 && System.Diagnostics.Debugger.IsAttached)
{
var f = new Dialog.fCommon();
f.ShowDialog();
}
else
{
var f = new FCM0000.fCode();
f.ShowDialog();
}
}