<?php

class Ticket283 extends TPage
{
	function button_clicked($sender, $param)
	{
		$this->label1->Text = $sender->Text.' Clicked!';
	}
}