• Файл: flash_fns_context.xml
  • Полный путь: https://files.multura.space/qiwi/interface_fake-osmp_v1.0.0/system/xml/flash_fns_context.xml
  • Дата изменения: 09/05/2012 10:34 AM
  • Размер файла: 683 bytes
  • MIME-тип: text/xml
  • Кодировка: utf-8
 
Открыть Назад
<?xml version="1.0" encoding="utf-8" ?>

<objects xmlns:util="http://www.springactionscript.org/schema/util">
	
	<import file="flash_fns_navigation.xml"/>
	<import file="flash_fns_start_text.xml"/>
	<import file="flash_fns_offertus_text.xml"/>
	<import file="flash_fns_bill_text.xml"/>
	
	<object id="mainInstance" class="Main" factory-method="getInstance" />
	
	<object id="application" class="ru.mobw.coreas3.app.QiwiApplication" init-method="onAppCreated">
		<property name="view" ref="mainInstance" />
		<property name="config" ref="appConfig" />
		<property name="flow" ref="flow" />
	</object>
	
	<object id="appConfig" class="ru.mobw.coreas3.app.config.Config" />
	
</objects>