From 57a0b8c257254f164117d5fd657c97e81aa0dcad Mon Sep 17 00:00:00 2001 From: Bo Henriksen Date: Mon, 30 May 2016 21:39:38 +0200 Subject: [PATCH] Added description --- Library/BaseDirHelper.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Library/BaseDirHelper.cs b/Library/BaseDirHelper.cs index a1ad1d1..ca1d811 100644 --- a/Library/BaseDirHelper.cs +++ b/Library/BaseDirHelper.cs @@ -4,6 +4,9 @@ namespace MySql.Server { + /// + /// A helper class used to find the base directory of the application + /// internal class BaseDirHelper { static string baseDir;