Properly rename the Default page.

This commit is contained in:
Andreas Zweili 2018-08-23 21:22:04 +02:00
parent 89f57ccbb7
commit 7288b0d68c
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Plattform.home" %>
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Plattform.Default" %>
<!DOCTYPE html>

View File

@ -10,7 +10,7 @@ using Plattform;
namespace Plattform
{
public partial class home : System.Web.UI.Page
public partial class Default: System.Web.UI.Page
{
public Plattform.AirlineService.AirlineServiceClient service = new Plattform.AirlineService.AirlineServiceClient();

View File

@ -10,7 +10,7 @@
namespace Plattform {
public partial class home {
public partial class Default {
/// <summary>
/// form1 control.