Lync 2013 support

This commit is contained in:
vfedosevich 2013-04-14 17:16:12 +03:00
parent 6b7916bed6
commit a7ee79fb88
10 changed files with 1501 additions and 41 deletions

View file

@ -122,7 +122,7 @@ namespace WebsitePanel.Providers.HostedSolution
return res;
}
internal static void DebugCommand(Command cmd)
public static void DebugCommand(Command cmd)
{
StringBuilder sb = new StringBuilder(cmd.CommandText);
foreach (CommandParameter parameter in cmd.Parameters)