提交
This commit is contained in:
@@ -67,5 +67,6 @@ namespace BingoBrain
|
||||
public const string PettyAwardCtrl = "PettyAwardCtrl";
|
||||
public const string ExchangeCtrl = "ExchangeCtrl";
|
||||
public const string PalCtrl = "PalCtrl";
|
||||
public const string LoginACtrl = "LoginACtrl";
|
||||
}
|
||||
}
|
||||
@@ -55,5 +55,6 @@ namespace BingoBrain
|
||||
public const string PettyAwardModel = "PettyAwardModel";
|
||||
public const string ExchangeModel = "ExchangeModel";
|
||||
public const string PalModel = "PalModel";
|
||||
public const string LoginAModel = "LoginAModel";
|
||||
}
|
||||
}
|
||||
@@ -50,6 +50,7 @@ namespace BingoBrain
|
||||
moduleBoardk.AddModel(ModelConst.H5Model, new H5Model());
|
||||
moduleBoardk.AddModel(ModelConst.ExchangeModel, new ExchangeModel());
|
||||
moduleBoardk.AddModel(ModelConst.PalModel, new PalModel());
|
||||
moduleBoardk.AddModel(ModelConst.LoginAModel, new LoginAModel());
|
||||
}
|
||||
|
||||
public static void AutoRegisterUIType()
|
||||
@@ -97,6 +98,7 @@ namespace BingoBrain
|
||||
moduleBoardk.AddUIType(UIConst.H5UI, typeof(H5UI));
|
||||
moduleBoardk.AddUIType(UIConst.ExchangeUI, typeof(ExchangeUI));
|
||||
moduleBoardk.AddUIType(UIConst.PalUI, typeof(PalUI));
|
||||
moduleBoardk.AddUIType(UIConst.LoginAUI, typeof(LoginAUI));
|
||||
}
|
||||
|
||||
public static void AutoRegisterCtrl()
|
||||
@@ -145,6 +147,7 @@ namespace BingoBrain
|
||||
moduleBoardk.AddCtrl(CtrlConst.H5Ctrl, new H5Ctrl());
|
||||
moduleBoardk.AddCtrl(CtrlConst.ExchangeCtrl, new ExchangeCtrl());
|
||||
moduleBoardk.AddCtrl(CtrlConst.PalCtrl, new PalCtrl());
|
||||
moduleBoardk.AddCtrl(CtrlConst.LoginACtrl, new LoginACtrl());
|
||||
}
|
||||
|
||||
public static void AutoRegisterUICtrl()
|
||||
@@ -193,6 +196,7 @@ namespace BingoBrain
|
||||
moduleBoardk.AddUICtrl(UICtrlConst.H5UICtrl, new H5UICtrl());
|
||||
moduleBoardk.AddUICtrl(UICtrlConst.ExchangeUICtrl, new ExchangeUICtrl());
|
||||
moduleBoardk.AddUICtrl(UICtrlConst.PalUICtrl, new PalUICtrl());
|
||||
moduleBoardk.AddUICtrl(UICtrlConst.LoginAUICtrl, new LoginAUICtrl());
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -105,5 +105,6 @@ namespace BingoBrain
|
||||
public const string PettyAwardUI = "PettyAwardUI";
|
||||
public const string ExchangeUI = "ExchangeUI";
|
||||
public const string PalUI = "PalUI";
|
||||
public const string LoginAUI = "LoginAUI";
|
||||
}
|
||||
}
|
||||
@@ -68,5 +68,6 @@ namespace BingoBrain
|
||||
public const string PettyAwardUICtrl = "PettyAwardUICtrl";
|
||||
public const string ExchangeUICtrl = "ExchangeUICtrl";
|
||||
public const string PalUICtrl = "PalUICtrl";
|
||||
public const string LoginAUICtrl = "LoginAUICtrl";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user