ILoggable

A place to keep my thoughts on programming

 Subscribe

geekblog
[at]
claassen [dot] net

Powered by Blogger

Friday, January 07, 2005

Code Formatting

Found a cool tool for formatting C# code for HTML. Needs some tweaking to work right in this template tho...

public ILoggable Log
{
    get
    {
        return this.mLog;
    }
}

0 Comments:

Post a Comment

<< Home