Exemplo n.º 1
0
 void worker_DoWork(object sender, System.ComponentModel.DoWorkEventArgs e)
 {
    
     EmailAnalyzerLibrary.ReadEmails emails = new EmailAnalyzerLibrary.ReadEmails();
     winFabInterest = emails.GetIndividualInterest(emailCount,searchInFolderNames);
     
 }