Skip to content

Commit

Permalink
Updated Util package comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ginopc committed Dec 30, 2014
1 parent 8cb71ba commit d10bdab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Utils/Settings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
using System.IO;
/**
* Manage app settings
*
* @author Maurizio Aru
* @date : 25.04.2014
*
*/
using System.IO;

namespace SelfDC.Utils
{
Expand Down
9 changes: 8 additions & 1 deletion Utils/Utils.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit d10bdab

Please sign in to comment.