..
This commit is contained in:
@@ -16,7 +16,7 @@ namespace AR
|
||||
#endregion
|
||||
|
||||
#region "Signal Reverse"
|
||||
|
||||
|
||||
|
||||
[Category("Signal Reverse")]
|
||||
public Boolean ReverseSIG_Emgergency { get; set; }
|
||||
@@ -47,8 +47,8 @@ namespace AR
|
||||
#endregion
|
||||
|
||||
|
||||
[Category("Door Safty"),DisplayName("Disable Front - Left")]
|
||||
|
||||
[Category("Door Safty"), DisplayName("Disable Front - Left")]
|
||||
|
||||
public Boolean Disable_safty_F0 { get; set; }
|
||||
[Category("Door Safty"), DisplayName("Disable Front - Center")]
|
||||
|
||||
@@ -68,11 +68,11 @@ namespace AR
|
||||
|
||||
public SystemSetting()
|
||||
{
|
||||
this.filename = UTIL.CurrentPath + "system.xml";
|
||||
this.filename = UTIL.MakePath("Data", "system.xml");
|
||||
}
|
||||
public override void AfterLoad()
|
||||
{
|
||||
MotaxisCount = 7;
|
||||
MotaxisCount = 7;
|
||||
}
|
||||
public override void AfterSave()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user