This commit is contained in:
ChiKyun Kim
2025-09-09 08:25:50 +09:00
parent 9a7d1d27c7
commit adb66451ca
79 changed files with 4195 additions and 2213 deletions

View File

@@ -6,6 +6,7 @@ using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using AR;
namespace Project.Dialog
{
@@ -25,13 +26,13 @@ namespace Project.Dialog
private void button1_Click(object sender, EventArgs e)
{
this.Invalidate();
PUB.system.Save();
SETTING.System.Save();
DialogResult = System.Windows.Forms.DialogResult.OK;
}
private void SystemParameter_Load(object sender, EventArgs e)
{
this.propertyGrid1.SelectedObject = PUB.system;
this.propertyGrid1.SelectedObject = SETTING.System;
this.propertyGrid1.Invalidate();
}