home *** CD-ROM | disk | FTP | other *** search
- package mx.managers
- {
- import mx.core.mx_internal;
-
- use namespace mx_internal;
-
- public final class PopUpManagerChildList
- {
- mx_internal static const VERSION:String = "3.5.0.12683";
-
- public static const APPLICATION:String = "application";
-
- public static const POPUP:String = "popup";
-
- public static const PARENT:String = "parent";
-
- public function PopUpManagerChildList()
- {
- super();
- }
- }
- }
-
-