diff options
Diffstat (limited to 'demos/helloworld')
-rw-r--r-- | demos/helloworld/protected/pages/Home.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/helloworld/protected/pages/Home.page b/demos/helloworld/protected/pages/Home.page index fad60d4a..97702e67 100644 --- a/demos/helloworld/protected/pages/Home.page +++ b/demos/helloworld/protected/pages/Home.page @@ -8,7 +8,7 @@ <com:TForm>
-<com:TButton ID="Button1" Text="Click me" OnClick="buttonClicked" />
+<com:TButton Text="Click me" OnClick="buttonClicked" />
</com:TForm>
|