Added support for SD/MMC device reports. This makes it a first class

citizen for #65
This commit is contained in:
2017-09-29 15:36:15 +01:00
parent ee65b93d39
commit 54c525cb43
3 changed files with 103 additions and 9 deletions

View File

@@ -1,12 +1,12 @@
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace DiscImageChef.Server {
@@ -110,5 +110,13 @@ namespace DiscImageChef.Server {
protected System.Web.UI.HtmlControls.HtmlGenericControl divTestedMedia;
protected System.Web.UI.WebControls.Repeater repTestedMedia;
protected System.Web.UI.HtmlControls.HtmlGenericControl divMMC;
protected System.Web.UI.WebControls.Repeater repMMC;
protected System.Web.UI.HtmlControls.HtmlGenericControl divSD;
protected System.Web.UI.WebControls.Repeater repSD;
}
}