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