Canguro.Commands.ModelCommand.Run C# (CSharp) Method

Run() public method

Throws a NotImplementedException. Subclasses should always override this method.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void
        public virtual void Run(Canguro.Controller.CommandServices services)
        {
            throw new System.NotImplementedException();
        }
ModelCommand