<?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:codesnippet</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-02T00:01:07+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uibinder&amp;rev=1718718162&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uibinderget&amp;rev=1718718162&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uibindersforeach&amp;rev=1718718162&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uibtnclose&amp;rev=1718718162&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uicheckdialog&amp;rev=1718718162&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uifeature&amp;rev=1718718162&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uihandler&amp;rev=1718718162&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uiupdate&amp;rev=1718718162&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:codesnippet:uibinder&amp;rev=1718718162&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-18T13:42:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>uibinder</title>
        <link>http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uibinder&amp;rev=1718718162&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:codesnippet:uibinderget&amp;rev=1718718162&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-18T13:42:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>uibinderget</title>
        <link>http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uibinderget&amp;rev=1718718162&amp;do=diff</link>
        <description>UIHub.instance.GetBinder&lt;$uibinder$&gt; ((int)arr [0]).DoSomething ((int)arr [1]);</description>
    </item>
    <item rdf:about="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uibindersforeach&amp;rev=1718718162&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-18T13:42:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>uibindersforeach</title>
        <link>http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uibindersforeach&amp;rev=1718718162&amp;do=diff</link>
        <description>UIHub.instance.GetBinders&lt;$uibinder$&gt; (UIPanelType.$panelTyp$).ForEach (i =&gt; i.DoSomething ());</description>
    </item>
    <item rdf:about="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uibtnclose&amp;rev=1718718162&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-18T13:42:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>uibtnclose</title>
        <link>http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uibtnclose&amp;rev=1718718162&amp;do=diff</link>
        <description>UIHub.instance.GetBinder&lt;$uibinder$&gt; ((int)arr [0]).OnBtnClose ();</description>
    </item>
    <item rdf:about="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uicheckdialog&amp;rev=1718718162&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-18T13:42:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>uicheckdialog</title>
        <link>http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uicheckdialog&amp;rev=1718718162&amp;do=diff</link>
        <description>UIHub.instance.LoadCheckDialogUI (
				&quot;Warning&quot;,
				&quot;Are you sure to delete this profile?&quot;,
				new Dictionary&lt;UIEnum_CheckDlgBtnType, string&gt; (){ { UIEnum_CheckDlgBtnType.Confirm, &quot;Confirm&quot; }, { UIEnum_CheckDlgBtnType.Cancel, &quot;Cancel&quot; } },
				btnType =&gt; {
					if (btnType == UIEnum_CheckDlgBtnType.Confirm) {
						//TODO:
					}
				}
			);</description>
    </item>
    <item rdf:about="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uifeature&amp;rev=1718718162&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-18T13:42:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>uifeature</title>
        <link>http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uifeature&amp;rev=1718718162&amp;do=diff</link>
        <description>namespace LowoUN.Business.UI.Feature
{
public class UIFeature_$fn$ : LowoUN.Util.UIFeatureBase
{
	public static UIFeature_$fn$ instance{get{ return _instance as UIFeature_$fn$; }}
	private static LowoUN.Util.UIFeatureBase _instance;
	public UIFeature_$fn$ () {
		_instance = this;
	}</description>
    </item>
    <item rdf:about="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uihandler&amp;rev=1718718162&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-18T13:42:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>uihandler</title>
        <link>http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uihandler&amp;rev=1718718162&amp;do=diff</link>
        <description>using System.Collections.Generic;
using LowoUN.Module.UI;

namespace LowoUN.Business.UI 
{
public partial class UIHandler
{
	public enum Objs_$expression$
	{
		None,
		Txt_Name,
		Txt_Desc,
		Img_Achieve,
		List_Reward,
		Progress_Prog,
	}
	
	public enum Evts_$expression$
	{
		None,
		Btn_Close,
	}</description>
    </item>
    <item rdf:about="http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uiupdate&amp;rev=1718718162&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-18T13:42:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>uiupdate</title>
        <link>http://www.loywong.com/project/LowoUN-UI/wiki/doku.php?id=7_helper:codesnippet:uiupdate&amp;rev=1718718162&amp;do=diff</link>
        <description>onUpdate$com$ ((int)HolderObjs.$expression$, $value$);$end$</description>
    </item>
</rdf:RDF>
