mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-29 20:12:40 +00:00
yup
This commit is contained in:
19
Online Gokkantoor/Gui/Default.aspx.cs
Normal file
19
Online Gokkantoor/Gui/Default.aspx.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
|
||||
namespace Gui
|
||||
{
|
||||
|
||||
public partial class Default : System.Web.UI.Page
|
||||
{
|
||||
public void button1Clicked(object sender, EventArgs args)
|
||||
{
|
||||
Server.Transfer("Login.aspx");
|
||||
}
|
||||
public void buttonAdminClicked(object sender, EventArgs args)
|
||||
{
|
||||
Server.Transfer("Admin.aspx");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user