B2017-212 If the user uses the X button in Word to close the word attachment, PROMS thinks that the user wants to close out of PROMS as well. Trap for this and close only the Word tab in PROMS.

Made StackToString() public for use in fixing B2017-212
This commit is contained in:
2017-09-20 17:06:10 +00:00
parent f60e808b89
commit d6cd49cab2
2 changed files with 13 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ namespace Volian.Base.Library
{
Console.WriteLine(StackToString());
}
private static string StackToString()
public static string StackToString()
{
return StackToString(true);
}