C# On Help me Refactor My Classes...

by escapetherace, April 25, 2009 07:05

What's so horrible about th...

F10c1b43385042c785bc6abe8c4b9bd2 Talk
1
2
3
4
    public static void CssAddClass(this Control control, string className)
    { 
        if (control == null)
...

C# ASP.NET CSS classes

by escapetherace, April 25, 2009 07:01, 3 refactorings, tagged with asp.net

Have at it.

F10c1b43385042c785bc6abe8c4b9bd2 Talk