This is a test of the syntax highlighting.
public interface IView
{
void CloseWindow();
void LayoutCascade();
void LayoutHorizontal();
void LayoutVertical();
void ShowAboutDialog();
void ShowOptionsDialog();
}