Ejemplo n.º 1
0
    public Motive Reversed()
    {
        Motive newmotive = new Motive(this);

        newmotive.Reverse();
        return(newmotive);
    }