Beispiel #1
0
 public StickyUI()
 {
     this.SetupWindow();
     this.LoadNotes();
     this.status_icon           = StatusIcon.NewFromIconName("gnome-sticky-notes-applet");
     this.status_icon.Activate += new EventHandler(this.ToggleNotes);
     this.notes_showing         = true;
 }