Exemplo n.º 1
0
        public void Test()
        {
            Contacts frm = new Contacts();

            frm.ContactsEventHandler += delegate() {
                Agenda.AddContact();
            };
        }