Update MainForm.cs

This commit is contained in:
MattNL
2022-08-22 22:32:53 -04:00
parent 7b17ae21fe
commit b08cdc70c5

View File

@@ -247,7 +247,7 @@ namespace PckStudio
default:
node.ImageIndex = 5;
node.SelectedImageIndex = 5;
throw new InvalidDataException(nameof(file.filetype));
//throw new InvalidDataException(nameof(file.filetype));
break;
}
});