AGENT.PackageViewer.Command.DelegateCommand.Execute C# (CSharp) 메소드

Execute() 공개 메소드

public Execute ( ) : void
리턴 void
        public void Execute()
        {
            this.executeActionSimple();
        }
    }

Same methods

DelegateCommand::Execute ( object parameter ) : void