Changed the terminate code to set the WordApp to null.
This commit is contained in:
parent
952ef202c9
commit
66b6d23501
@ -109,6 +109,7 @@ namespace Volian.MSWord
|
|||||||
// otherwise Kill it.
|
// otherwise Kill it.
|
||||||
proc.Kill();
|
proc.Kill();
|
||||||
}
|
}
|
||||||
|
_MyWordApp = null;
|
||||||
}
|
}
|
||||||
public static System.Diagnostics.Process[] WordProcesses
|
public static System.Diagnostics.Process[] WordProcesses
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user