I read other posts and they all contain wonderfully stylized c# samples.
mine always displays massively spaced out and no colours: -
[csharp]
public class uglyFormatting
{
public void uglyFormatting
{
throw new Exception("UGLY");
}
}
[/csharp]
i use [charp] and [/csharp ] tags is that wrong?
mine always displays massively spaced out and no colours: -
[csharp]
public class uglyFormatting
{
public void uglyFormatting
{
throw new Exception("UGLY");
}
}
[/csharp]
i use [charp] and [/csharp ] tags is that wrong?