Ejemplo n.º 1
0
 public int AddButton(string title)
 {
     return(ObjC.MessageSendInt(Handle, "addButtonWithTitle:", title));
 }
Ejemplo n.º 2
0
 public int SecondsFromGMT(DateTime date)
 {
     return(ObjC.MessageSendInt(Handle, "secondsFromGMTForDate:", date));
 }