ApProg.UserInterface.Shell.UiCommand.UiCommand C# (CSharp) Méthode

UiCommand() public méthode

public UiCommand ( Action action ) : System
action Action
Résultat System
        public UiCommand(Action<object> action)
        {
            myAction = action;
        }