blob: f0b9c092573cb1e45ae455f943543c4ae5aead1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
Prado::using('System.Web.UI.ActiveControls.*');
class Ticket472 extends TPage
{
function button1_clicked($sender, $param)
{
$this->label1->Text = "丧两∞…壹參肆ㅕㅓㆈㆆㅰڂٸשסせぜが꒲꒺꓂ฏนઔஇ༃ҖЉӅՓՇǢǼÅhe";
}
}
?>
|