Esempio n. 1
0
 public void CheckForUpdates()
 {
     updater?.CheckForUpdates(updater);
 }
 partial void CheckUpdates(NSObject sender)
 {
     updater.CheckForUpdates(new NSObject());
     UpdateDateLabel();
 }