More renaming of Default to Statistics.

This commit is contained in:
2017-10-12 17:30:29 +01:00
parent a74186fa83
commit cc99b6e714
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<%@ Page Language="C#" Inherits="DiscImageChef.Server.Default" %> <%@ Page Language="C#" Inherits="DiscImageChef.Server.Statistics" %>
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<meta charset="UTF-8"> <meta charset="UTF-8">

View File

@@ -11,7 +11,7 @@ using System.Linq;
namespace DiscImageChef.Server namespace DiscImageChef.Server
{ {
public partial class Default : System.Web.UI.Page public partial class Statistics : System.Web.UI.Page
{ {
class MediaItem class MediaItem
{ {

View File

@@ -11,7 +11,7 @@
namespace DiscImageChef.Server { namespace DiscImageChef.Server {
public partial class Default { public partial class Statistics {
protected System.Web.UI.HtmlControls.HtmlGenericControl body; protected System.Web.UI.HtmlControls.HtmlGenericControl body;