..
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user