Jul 03
C#.Net example
-
namespace MVP
-
{
-
public interface ILoginView
-
{
-
void InitializeView(TViewData viewData);
-
void LoginValidated(bool loginSuccessful);
-
}
-
}
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.
To make it easy for you to find my posts with code examples I have added the category Code examples. I hope this will make it more enjoyable for you to read my code examples and also easier to find them.








