topical media & game development
professional-flex-code-17-User.ax
professional-flex-code-17-User.ax
[swf]
flex
package
{
public class @ax-professional-flex-code-17-User
{
public var id:String;
public var name:String;
public function @ax-professional-flex-code-17-User( id:String, name:String )
{
this.id = id;
this.name = name;
}
public function toString():String
{
return id;
}
}
}
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.