7 public override void OnSwitchContent(
int idTab)
9 this.textHomeName.text = Lang.Parse(
"journalTitle",
EClass.Home.name,
null,
null,
null,
null);
10 EClass.player.notices.Refresh();
11 BaseList baseList = this.list2;
13 callback.onInstantiate = delegate(
Schedule.
Item a, UIItem b)
15 b.text1.text = a.Name;
16 b.text2.text = ((a.date ==
null) ?
"????" : a.date.GetText(
Date.TextFormat.Schedule));
18 baseList.callbacks = callback;
24 this.list2.Refresh(
false);
28 public UIText textHomeName;