#------------------------------------------------------------
# Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved
# $Id$
#------------------------------------------------------------
package RPS::License::Command::US::Show;
use strict;
use warnings;

use lib '/app/tools/rps/lib';
use RPS::License::US::EditForm;

use RPS::License::Command::BaseShow;
use base 'RPS::License::Command::BaseShow';

sub area { return 'license'; }

sub _template { return "/app/tools/rps/templates/license/show.xsl"; }
sub _form { return "RPS::License::US::EditForm"; }




1;
