Beispiel #1
0
 private static async Task CheckSpellingTask(Word.Document doc)
 {
     try
     {
         doc.CheckSpelling();
     }
     catch { }
 }