Ejemplo n.º 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;
 }
Ejemplo n.º 2
0
 public void ConstructView(Main_W_ModelCollection modelCollection)
 {
     RefreshView(modelCollection);
 }