Example #1
0
 public Form1()
 {
     InitializeComponent();
     logException = new clsDiskLogging();
     noteHelper   = new NoteHelper();
     syncHelper   = new SyncHelper();
     //Calls sub-routine to log exception to disk file
     logException.LogExceptionToDisk("calling LoadNotes...");
     LoadNotes();
     tmSyncTimer.Start();
 }