Forgot to remove implicit get/set

This commit is contained in:
Korney Czukowski 2018-02-11 20:58:55 +01:00
parent bafdc470e3
commit 3ced545d9e

View File

@ -20,7 +20,7 @@ namespace DS4Windows.DS4Forms
public string ProbingPath = "Lang";
// Filter language assembly file names in order to ont include irrelevant assemblies to the combo box.
public string LanguageAssemblyName { get; set; } = "DS4Windows.resources.dll";
public string LanguageAssemblyName = "DS4Windows.resources.dll";
[Category("Action")]
[Description("Fires when the combo box selected index is changed.")]