add nativ webview

This commit is contained in:
chi
2025-06-04 15:08:11 +09:00
parent 621fbeaa4e
commit 6f4b9355e1
15 changed files with 507 additions and 37 deletions

View File

@@ -1513,5 +1513,11 @@ namespace Project
var f = new FEQ0000.fMonthAmount();//.fJobProcessSelect("", true);
f.Show();
}
private void webview2TestToolStripMenuItem_Click(object sender, EventArgs e)
{
using (var f = new Dialog.fWebView2Test())
f.ShowDialog();
}
}
}