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:
@@ -29,7 +29,7 @@ namespace Volian.Base.Library
|
||||
{
|
||||
Console.WriteLine(StackToString());
|
||||
}
|
||||
private static string StackToString()
|
||||
public static string StackToString()
|
||||
{
|
||||
return StackToString(true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user