From d10bdab44dd432ea3f1b5a82749c852f90754ece Mon Sep 17 00:00:00 2001 From: ginopc Date: Tue, 30 Dec 2014 12:48:55 +0100 Subject: [PATCH] Updated Util package comments --- Utils/Settings.cs | 9 ++++++++- Utils/Utils.cs | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Utils/Settings.cs b/Utils/Settings.cs index aa7aa5c..4da87e3 100644 --- a/Utils/Settings.cs +++ b/Utils/Settings.cs @@ -1,4 +1,11 @@ -using System.IO; +/** + * Manage app settings + * + * @author Maurizio Aru + * @date : 25.04.2014 + * + */ +using System.IO; namespace SelfDC.Utils { diff --git a/Utils/Utils.cs b/Utils/Utils.cs index beebe34..10a06ee 100644 --- a/Utils/Utils.cs +++ b/Utils/Utils.cs @@ -1,4 +1,11 @@ -using System; +/** + * Utils class + * + * @author Maurizio Aru + * @date : 25.04.2014 + * + */ +using System; using System.Collections.Generic; using System.IO; using SelfDC.Models;