view dwtx/dwtxhelper/URL.d @ 174:c6d7b1ea700b

First sample running
author Frank Benoit <benoit@tionex.de>
date Thu, 11 Sep 2008 00:32:24 +0200
parents 1a5b8f8129df
children
line wrap: on
line source

module dwtx.dwtxhelper.URL;

import dwt.dwthelper.utils;

class URL {
    this(String){
        implMissing(__FILE__,__LINE__);
    }
}