Project290.Menus.MenuAction.MenuAction C# (CSharp) 메소드

MenuAction() 공개 메소드

Initializes a new instance of the MenuAction class.
public MenuAction ( ActionType actionType, IMenuDelegate menuDelegate ) : System
actionType ActionType Type of the action.
menuDelegate IMenuDelegate The menu delegate.
리턴 System
        public MenuAction(ActionType actionType, IMenuDelegate menuDelegate)
        {
            this.actionType = actionType;
            this.menuDelegate = menuDelegate;
        }