blob: a8cb3c27eaf1539c2357f47e24b8237126b9eaa8 (
plain)
1
2
3
4
5
6
7
8
9
|
<com:TContent ID="Content">
<h1>TCallback Demo</h1>
<com:TActiveButton id="button1" Text="Button 1" OnClick="click1" />
<com:TActiveButton id="button2" Text="Button 2" OnClick="click2" />
<com:TActiveLabel id="label1" />
</com:TContent>
|