コード例 #1
0
ファイル: Main_W_View.cs プロジェクト: glamberous/DasFinanzen
 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
ファイル: Main_W_View.cs プロジェクト: glamberous/DasFinanzen
 public void ConstructView(Main_W_ModelCollection modelCollection)
 {
     RefreshView(modelCollection);
 }