Beispiel #1
0
 private void NotesProgram_Load(object sender, EventArgs e)
 {
     InitializeTheme();
     LoadNotes();
     if (Properties.Settings.Default.CheckForUpdatesOnStartUp)
     {
         update.Check();
     }
     contactsPane.Load();
     PositionContacts();
     Startup();
     this.Size = Notes.Properties.Settings.Default.UserSize;
     SetLocations();
     this.Enabled = true;
 }
Beispiel #2
0
 private void btnCheck_Click(object sender, EventArgs e)
 {
     update = new Update();
     NotesOrganizer.checkUpdate = true;
     update.Check();
 }
Beispiel #3
0
 private void btnCheck_Click(object sender, EventArgs e)
 {
     update = new Update();
     NotesOrganizer.checkUpdate = true;
     update.Check();
 }