Upgraded solution to Visual Studio 2010 (still targeting .NET 3.5).

This commit is contained in:
Dario Solera 2010-12-26 10:58:31 +00:00
parent 71943e1e23
commit 94d378f865
39 changed files with 816 additions and 74 deletions

View file

@ -18,7 +18,7 @@ namespace ScrewTurn.Wiki.PluginFramework {
/// <param name="user">The User account.</param>
/// <param name="password">The Password to test.</param>
/// <returns>True if the Password is correct.</returns>
/// <exception cref="ArgumentNullException">If <paramref name="username"/> or <paramref name="password"/> are <c>null</c>.</exception>
/// <exception cref="ArgumentNullException">If <paramref name="user"/> or <paramref name="password"/> are <c>null</c>.</exception>
bool TestAccount(UserInfo user, string password);
/// <summary>