public int AddButton(string title) { return(ObjC.MessageSendInt(Handle, "addButtonWithTitle:", title)); }
public int SecondsFromGMT(DateTime date) { return(ObjC.MessageSendInt(Handle, "secondsFromGMTForDate:", date)); }