/ Published in: Other
Expand |
Embed | Plain Text
/** ----------------------------------------------------------- * Class Name * ----------------------------------------------------------- * Description: * - --------------------------------------------------------- * Created by: * Modified by: * Date Modified: * - --------------------------------------------------------- * Copyright ©2008 Winton DeShong * - --------------------------------------------------------- */ package com.wintondeshong.userinterface { import flash.display.MovieClip; public class DataRow extends MovieClip{ /** ----------------------------------------------------------- * Constructor * ----------------------------------------------------------- */ public function DataRow(){ trace ("DataRow Loaded"); }; /** ----------------------------------------------------------- * Properties * ----------------------------------------------------------- */ /** ----------------------------------------------------------- * Public Methods * ----------------------------------------------------------- */ /** ----------------------------------------------------------- * Private Methods * ----------------------------------------------------------- */ } }
You need to login to post a comment.
