summaryrefslogtreecommitdiff
path: root/DSALib/Vorteil.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSALib/Vorteil.cs')
-rw-r--r--DSALib/Vorteil.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/DSALib/Vorteil.cs b/DSALib/Vorteil.cs
index bf698d8..c239676 100644
--- a/DSALib/Vorteil.cs
+++ b/DSALib/Vorteil.cs
@@ -4,9 +4,9 @@
{
public Vorteil(string name, string value = "")
{
- this.Name = name;
- this.Value = value;
- // this.Choice = choice;
+ Name = name;
+ Value = value;
+ // this.Choice = choice;
}
public string Name { get; set; }
@@ -15,4 +15,4 @@
//public string Choice { get; set; }
}
-}
+} \ No newline at end of file