Man kann jetzt die einstellungen speichern
This commit is contained in:
26
SanSystem/Einstellungen/ObjecteListSetting.cs
Normal file
26
SanSystem/Einstellungen/ObjecteListSetting.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SanSystem.Einstellungen
|
||||
{
|
||||
class ObjecteListSetting : Settings
|
||||
{
|
||||
public ObjecteListSetting() : base("ObjecteList") { }
|
||||
|
||||
public override void InitDevValues()
|
||||
{
|
||||
// Hausnummer
|
||||
// Von punkt
|
||||
// Bis punkt
|
||||
// Haltungslänge
|
||||
|
||||
configuration.Add("Hausnummer", 40);
|
||||
configuration.Add("VonPunkt", 100);
|
||||
configuration.Add("BisPunkt", 100);
|
||||
configuration.Add("Haltungslaenge", 40);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user