12 public partial class Main
16 Contacts frm
= new Contacts ();
17 frm
.ContactsEventHandler
+= delegate () {
23 public partial class Contacts
27 ContactsEventHandler ();
30 public delegate void ContactsHandler ();
31 public event ContactsHandler ContactsEventHandler
;
35 namespace Mono
.Sms
.Core
39 public static void AddContact ()
43 public static void Main ()