25 lines
635 B
C#
25 lines
635 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.JBingoPlay
|
|
{
|
|
public partial class btn_cancel : GButton
|
|
{
|
|
public GRichTextField text_no;
|
|
public const string URL = "ui://qrqjiu5sogc9pio";
|
|
|
|
public static btn_cancel CreateInstance()
|
|
{
|
|
return (btn_cancel)UIPackage.CreateObject("JBingoPlay", "btn_cancel");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
text_no = (GRichTextField)GetChildAt(0);
|
|
}
|
|
}
|
|
} |