This commit is contained in:
ChiKyun Kim
2026-01-29 14:24:30 +09:00
parent 58ca67150d
commit 1da1f2de28
3 changed files with 28 additions and 25 deletions

View File

@@ -99,7 +99,7 @@ namespace Project.Dialog
private void fSystem_Load(object sender, EventArgs e)
{
this.label1.Text = "Patch Version " + PUB.PatchVersion;
this.label1.Text = "Patch Version " + PUB.PatchVersion + $"IP:{PUB.IP}";
this.label2.Text = "HMI Version " + Application.ProductVersion.ToString();
}