i created a class and when i create an employee object via form , i want to give a message;
this is my class, event and delegate
public delegate void cto
You're attaching the event after the constructor has already run.