Changed the terminate code to set the WordApp to null.

This commit is contained in:
Rich 2010-07-16 19:02:37 +00:00
parent 952ef202c9
commit 66b6d23501

View File

@ -109,6 +109,7 @@ namespace Volian.MSWord
// otherwise Kill it.
proc.Kill();
}
_MyWordApp = null;
}
public static System.Diagnostics.Process[] WordProcesses
{