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;