Canguro.Commands.ModelCommand.Run C# (CSharp) Méthode

Run() public méthode

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