Beispiel #1
0
 public override void ViewDidLoad()
 {
     base.ViewDidLoad();
     this.monitor = new PasteboardStringMonitor(NSPasteboard.GeneralPasteboard, this.onPasteboardStringChanged);
     this.googleApiKey.StringValue = SecKeyChainUtil.GetGoogleApiKey();
 }