summaryrefslogtreecommitdiff
path: root/demos/helloworld/protected/pages/Home.page
blob: fad60d4a63594e45867d99cb97e31c0af6b71408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>

<head>
<title>Hello World Demo - Prado</title>
</head>

<body>

<com:TForm>

<com:TButton ID="Button1" Text="Click me" OnClick="buttonClicked" />

</com:TForm>

</body>
</html>