From f89f308c525e9deebc6d2cf6416e27dfe1a299dc Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Sun, 19 May 2019 16:03:38 +0200 Subject: Cleanup DiscoBot Project --- DSALib/Vorteil.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'DSALib/Vorteil.cs') 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 -- cgit v1.2.3-54-g00ecf