<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 
    layout="absolute" xmlns:local="*" xmlns:commands="com.asfusion.unittestrunner.commands.*" xmlns:business="com.asfusion.unittestrunner.business.*" viewSourceURL="srcview/index.html">
    <mx:Style source="assets/styles/main.css" />
    
    <commands:Commands />
    <business:Services />
    <local:Main />
</mx:Application>