Catrobat.IDE.WindowsShared.Common.RelayCommand.Execute C# (CSharp) 메소드

Execute() 공개 메소드

Executes the RelayCommand on the current command target.
public Execute ( object parameter ) : void
parameter object /// Data used by the command. If the command does not require data to be passed, this object can be set to null. ///
리턴 void
        public void Execute(object parameter)
        {
            _execute();
        }