Moved licensing classes to proper namespace; rethought the progression result design (removed outcome reporting entirely); Began implementation of a progression set class for grouping progressions

git-svn-id: file:///srv/devel/repo-conversion/nusu@10 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2007-04-16 18:31:59 +00:00
parent 2d145ca867
commit f38a0bc1ea
10 changed files with 148 additions and 67 deletions

View file

@ -5,7 +5,7 @@ using System.Collections;
using NUnit.Framework;
namespace Nuclex.Licensing {
namespace Nuclex.Support.Licensing {
/// <summary>Unit test for the license key class</summary>
[TestFixture]
@ -70,6 +70,6 @@ namespace Nuclex.Licensing {
}
} // namespace Nuclex.Licensing
} // namespace Nuclex.Support.Licensing
#endif // UNITTEST

View file

@ -3,7 +3,7 @@ using System.Collections;
using System.IO;
using System.Text;
namespace Nuclex.Licensing {
namespace Nuclex.Support.Licensing {
/// <summary>Typical license key with 5x5 alphanumerical characters</summary>
/// <remarks>
@ -225,4 +225,4 @@ namespace Nuclex.Licensing {
}
} // namespace Nuclex.Licensing
} // namespace Nuclex.Support.Licensing