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