Hi!
When I switch to the Desing tabpage I got the following warning:
---------------------------
Warning
---------------------------
The form must be the first class in the file in order for form resources to be compiled correctly.
Please move other classes below the form class definition or move them to other files.
---------------------------
OK
---------------------------
I just placed a delegate above the form class.
publicdelegatevoidLieferantCreatedEventHandler(object sender, LieferantCreatedEventArgs e);
Alex