Tuesday, January 17, 2012

Syntax highlighter from Google Code

I enabled my blog with an awesome syntax highlighter from Google Code.

    private void LoadLayout()
    {
        LayoutSaver aLayoutSaver = new LayoutSaver();
        aLayoutSaver.LoadLayout(this);
        diagramView1.Diagram.RouteAllLinks();
        diagramView1.Update();
        UpdateLinksBetweenShapes();
    }

For details see:




No comments:

Post a Comment

How to recover from Mac Book Pro catastrophes

Synopsis DISCLAIMER: This article applies to Intel based MacBook Pro 4th generation models with a Touch Bar (2006-2020.) The methodology giv...