preload
Jul 03
C#.Net example
  1. namespace MVP
  2. {
  3.     public interface ILoginView
  4.     {
  5.         void InitializeView(TViewData viewData);
  6.         void LoginValidated(bool loginSuccessful);
  7.     }
  8. }

I have now added support for code highlighting. To achieve this I installed the Highlight Source Pro plugin, it is based on GeSHi and supports several programming languages.

Continue reading »

Tagged with:
Subscribe to my feeds Follow me on Twitter
Microsoft MVP