DOCUMENTATION: Added XML documentation to DiscImageChef.Server.

This commit is contained in:
2017-12-23 02:57:47 +00:00
parent c3a3caf4e2
commit b106e5d9af
13 changed files with 67 additions and 0 deletions

View File

@@ -46,6 +46,9 @@ using Tuple = DiscImageChef.Decoders.PCMCIA.Tuple;
namespace DiscImageChef.Server
{
/// <summary>
/// Renders the specified report from the server
/// </summary>
public partial class ViewReport : Page
{
protected void Page_Load(object sender, EventArgs e)