コード例 #1
0
ファイル: UIMainCtrl.cs プロジェクト: nmbswls/CSCI529
 public void GetApps()
 {
     //get from role
     model.UnlockedApps = rm.GetApps();
 }