Fix again
This commit is contained in:
@ -107,7 +107,7 @@
|
||||
|
||||
void StartExport()
|
||||
{
|
||||
inputDisabled = false;
|
||||
inputDisabled = true;
|
||||
messageBody = string.Empty;
|
||||
responseBody = string.Empty;
|
||||
catchMessageBody = true;
|
||||
@ -117,7 +117,7 @@
|
||||
|
||||
void EndExport()
|
||||
{
|
||||
inputDisabled = true;
|
||||
inputDisabled = false;
|
||||
responseBody = File.ReadAllText(messageCapturer.LastFileName);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user