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.





