<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://www.loywong.com/project/LowoUN-UI/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.loywong.com/project/LowoUN-UI/wiki/feed.php">
        <title>LowoUN-UI&#039;s Wiki - 7_helper</title>
        <description></description>
        <link>http://www.loywong.com/project/LowoUN-UI/wiki/</link>
        <image rdf:resource="http://www.loywong.com/project/LowoUN-UI/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-01T22:20:04+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:prefab_component&amp;rev=1718718161&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:prefab_holder&amp;rev=1718718161&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:prefab_hud&amp;rev=1718718161&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:script_codesnippet&amp;rev=1718718161&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.loywong.com/project/LowoUN-UI/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>LowoUN-UI's Wiki</title>
        <link>http://www.loywong.com/project/LowoUN-UI/wiki/</link>
        <url>http://www.loywong.com/project/LowoUN-UI/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:prefab_component&amp;rev=1718718161&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-18T13:42:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>prefab_component</title>
        <link>http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:prefab_component&amp;rev=1718718161&amp;do=diff</link>
        <description>namespace LowoUN.Business.UI
{
using HolderObjs = UIHandler.Objs_$expression$;public class UIBinder$expression$ : LowoUN.Module.UI.UIBinder
{
	private string _icon {
		set{
			onUpdateImg ((int)HolderObjs.Img_Achieve, value);
		}
	}	private string _name {
		set{
			onUpdateTxt ((int)HolderObjs.Txt_Name, value);
		}
	}</description>
    </item>
    <item rdf:about="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:prefab_holder&amp;rev=1718718161&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-18T13:42:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>prefab_holder</title>
        <link>http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:prefab_holder&amp;rev=1718718161&amp;do=diff</link>
        <description>namespace LowoUN.Business.UI
{
using HolderObjs = UIHandler.Objs_$expression$;public class UIBinder$expression$ : LowoUN.Module.UI.UIBinder
{
	private string _icon {
		set{
			onUpdateImg ((int)HolderObjs.Img_Achieve, value);
		}
	}	private string _name {
		set{
			onUpdateTxt ((int)HolderObjs.Txt_Name, value);
		}
	}</description>
    </item>
    <item rdf:about="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:prefab_hud&amp;rev=1718718161&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-18T13:42:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>prefab_hud</title>
        <link>http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:prefab_hud&amp;rev=1718718161&amp;do=diff</link>
        <description>目录

----------

	*  快速上手
		*  summary
		*  make_panel
		*  workflow

	*  核心
	*  视觉
			* 面板（组件的复合）
			* 组件


----------

LowoUI-UN 正等待着你的使用…
● 快速上手
在浅层次的应用层面，只需要掌握尽量少的知识点就可以使用框架</description>
    </item>
    <item rdf:about="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:script_codesnippet&amp;rev=1718718161&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-18T13:42:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>script_codesnippet</title>
        <link>http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:script_codesnippet&amp;rev=1718718161&amp;do=diff</link>
        <description>目录

----------

	*  快速上手
		*  summary
		*  make_panel
		*  workflow

	*  核心
	*  视觉
			* 面板（组件的复合）
			* 组件


----------

LowoUI-UN 正等待着你的使用…
● 快速上手
在浅层次的应用层面，只需要掌握尽量少的知识点就可以使用框架</description>
    </item>
</rdf:RDF>
