public class Window1: Wisej.Web.Form
public void Hello(string name)
// Change the window title.
this.Text = "Hello " + name;
public static class Program
public static int Hello(string name)
this.Text = "Hello " + name;
// Return the lentgh of the parameter.