box-o-sand/00-custom-app/Snarf.mxml
2010-02-19 22:02:38 -05:00

6 lines
219 B
XML

<?xml version="1.0" encoding="utf-8"?>
<loc:CustomApp xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:loc="*" layout="absolute">
<mx:Button id="mutton" label="howdy" click="butterCup(event)" />
</loc:CustomApp>