Thursday, April 24, 2014

Syntaxhighlighter testing

protected void button_clicked(Object obj,EventArgs e)
{
foreach(String line in Story)
{
Response.Write("Line:"+ line);
}
}