On Sat, 2002-11-09 at 03:43, Miguel de Icaza wrote:
> You can do:
>
> {
> button.Clicked += new ButtonEventHandler (sender, e){
> printf ("hello");
> }
> }
Yikes! That smells like java inner classes...
I wonder if they will incorporate some C++ code obfuscation techniques
in the next revision? :)
- Dick