예제 #1
0
 public void RefreshView(Main_W_ModelCollection modelCollection)
 {
     // Normally Months wouldn't line up exactly with the string keys, so the + 0 is just to remind myself of that in the future.
     Month.text = modelCollection.MonthString;
 }
예제 #2
0
 public void ConstructView(Main_W_ModelCollection modelCollection)
 {
     RefreshView(modelCollection);
 }