Basic functionality

This example demonstrates the basic development principles with Mono Dialogs component. We first inserted a Dialogs.ShowMessage statement in the PreRender event (making this example somewhat annoying :)), and procedeed with more advanced tasks: displaying an input box and retreiving a value from it, and than finally attaching a MessageBox to the Button control and handling it's click event.