blob: 056e9985e7249fb3f85570b31394be5fc63ecfc6 (
plain)
1
2
3
4
5
6
|
<com:TContent ID="Content">
<h2>Safari LinkButton Test</h2>
<com:TLinkButton ID="linkButton1" Text="Click Me" OnClick="linkButton1_Clicked" />
<com:TLabel ID="label1" Text="Label 1" />
</com:TContent>
|