mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-30 04:22:42 +00:00
yup
This commit is contained in:
15
Online Gokkantoor/Gui/addBalance.aspx
Normal file
15
Online Gokkantoor/Gui/addBalance.aspx
Normal file
@@ -0,0 +1,15 @@
|
||||
<%@ Page Language="C#" Inherits="Gui.addBalance" %>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head runat="server">
|
||||
<title>addBalance</title>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
|
||||
<asp:TextBox id="balans" runat="server"/>
|
||||
<asp:Label id="statusLabel" runat="server"/>
|
||||
<asp:Button id="confirm" OnClick="add" runat="server"/>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user