Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Fix bug where send cmd button was disabled #11

Merged
merged 1 commit into from
Mar 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,7 @@ private void TextBoxDataToSend_OnGotFocus(object sender, RoutedEventArgs e)
throw new ArgumentOutOfRangeException(nameof(inputInterface.Interface));
}
}
SetFormState();
}
catch (Exception ex)
{
Expand Down
Loading