20 lines
267 B
C#
20 lines
267 B
C#
|
|
|
|
namespace BallKingdomCrush
|
|
{
|
|
public class VipClubViewModel : BaseModel
|
|
{
|
|
#region 生命周期
|
|
|
|
protected override void OnInit()
|
|
{
|
|
}
|
|
|
|
protected override void OnDispose()
|
|
{
|
|
}
|
|
|
|
|
|
#endregion
|
|
}
|
|
} |