Subversion Repositories DevTools

Rev

Rev 5709 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

###############################################################################
# Copyright (c) ERG Transit Systems. 1996-2007
# 
# File:         PLATFORM/CSHARP
#
# Contents:     CSHARP
#
###############################################################################
#
    
CSHARPInit();

sub CSHARPInit
{
    Toolset( '*', 'csharp.pl' );
    1;
}