public void Test() { Contacts frm = new Contacts(); frm.ContactsEventHandler += delegate() { Agenda.AddContact(); }; }