NBC修改
This commit is contained in:
@@ -11,10 +11,18 @@ namespace NBF
|
||||
public partial class Notices
|
||||
{
|
||||
public GObject this[string aKey] => ContentPane.GetChild(aKey);
|
||||
public override string UIPackName => "Common";
|
||||
public override string UIResName => "Notices";
|
||||
|
||||
[AutoFind(Name = "show")]
|
||||
public Controller show;
|
||||
public override string[] GetDependPackages(){ return new string[] {}; }
|
||||
|
||||
public static void Show(object param = null){ App.UI.OpenUI<Notices>(param); }
|
||||
|
||||
public static void Hide(){ App.UI.HideUI<Notices>(); }
|
||||
|
||||
public static void Del(){ App.UI.DestroyUI<Notices>(); }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user