This commit is contained in:
Tonb73 2024-05-13 08:28:47 +03:00
parent c702afd01e
commit 2d49c8f72f

View File

@ -101,7 +101,9 @@ public abstract class AbstractCompany
DrawningLocomotive obj = _collection?.Get(i);
obj?.DrawTransport(graphics);
}
catch (Exception) { }
catch (Exception) {
}
}
return bitmap;
}