|
@@ -138,7 +138,7 @@ namespace GFGGame
|
|
|
{
|
|
|
this.Hide();
|
|
|
GObject btnGo = context.sender as GObject;
|
|
|
- ViewManager.Show(string.Format("GFGGame.{0}", btnGo.data), null, new object[] { typeof(DailyTaskView).Name, this.viewData });
|
|
|
+ ViewManager.Show(string.Format("GFGGame.{0}", btnGo.data), null, new object[] { typeof(DailyTaskView).FullName, this.viewData });
|
|
|
}
|
|
|
|
|
|
private void ListBoxRewardItemRender(int index, GObject obj)
|