Archived
Private
Public Access
1
0

Fixed some issues in CarConverter

This commit is contained in:
2022-11-19 14:06:29 +01:00
parent b4e5d26ee1
commit ef7104fd35
83 changed files with 66086 additions and 810 deletions

View File

@@ -86,6 +86,11 @@ namespace CarConverter {
item.KeyDown += ListInteraction;
StreamFiles.Items.Add(item);
}
if (_streamFiles.Count != 0) {
var name = _streamFiles[0].Name.Replace(_streamFiles[0].Extension, "");
CarName.Text = name;
}
}
private void Clear(object sender, RoutedEventArgs e) {