Polevoy S.V Lab_work7 #7

Closed
ChipsEater wants to merge 9 commits from LabWork07 into LabWork06
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 74dfc308ca - Show all commits

View File

@ -5,7 +5,7 @@ using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
namespace SelfPropelledArtilleryUnit
namespace Artilleries
{
[Serializable]
internal class ArtilleryNotFoundException : ApplicationException

View File

@ -5,7 +5,7 @@ using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
namespace SelfPropelledArtilleryUnit
namespace Artilleries
{
[Serializable]
internal class StorageOverflowException : ApplicationException