Canguro.Commands.ModelCommand.Run C# (CSharp) Метод

Run() публичный Метод

Throws a NotImplementedException. Subclasses should always override this method.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Результат void
        public virtual void Run(Canguro.Controller.CommandServices services)
        {
            throw new System.NotImplementedException();
        }
ModelCommand