コード例 #1
0
        public void AppList(AppsTemplate template)
        {
            AppBaseCollection apps = AppManager.GetAllApps();

            int i = 0;

            foreach (AppBase app in apps)
            {
                template(i++, app);
            }
        }
コード例 #2
0
        public void AppList(AppsTemplate template)
        {
            AppBaseCollection apps = AppManager.GetAllApps();

            int i = 0;

            foreach (AppBase app in apps)
            {
                template(i++, app);
            }
        }