コード例 #1
0
        public void AppActionList(AppBase app, AppActionsTemplate template)
        {
            AppActionCollection appActions = app.AppActions;

            int j = 0;

            foreach (AppAction appAction in appActions)
            {
                template(j++, appAction);
            }
        }
コード例 #2
0
        public void AppActionList(AppBase app, AppActionsTemplate template)
        {
            AppActionCollection appActions = app.AppActions;

            int j = 0;

            foreach (AppAction appAction in appActions)
            {
                template(j++, appAction);
            }
        }