25 lines
628 B
C#
25 lines
628 B
C#
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.ZM_Petty
|
||
|
|
{
|
||
|
|
public partial class com_email : GComponent
|
||
|
|
{
|
||
|
|
public GTextInput enter_email;
|
||
|
|
public const string URL = "ui://e9w4rbkqkbzo5";
|
||
|
|
|
||
|
|
public static com_email CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_email)UIPackage.CreateObject("ZM_Petty", "com_email");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
enter_email = (GTextInput)GetChildAt(2);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|