LabWork08

This commit is contained in:
Сафия Мухамадиева 2024-05-22 04:51:46 +03:00
parent bcbc9f28b8
commit ead2dcee19

View File

@ -147,7 +147,7 @@ public class StorageCollection<T> where T : DrawingWarship
{
if (!File.Exists(filename))
{
throw new FileNotFoundException("Файл не существует");
throw new System.IO.FileNotFoundException("Файл не существует");
}
using (StreamReader sr = new StreamReader(filename))