ISEbd-22 Alimova M.S. Lab Work 07 #7

Closed
malimova wants to merge 9 commits from Lab7 into Lab6
3 changed files with 6 additions and 2 deletions
Showing only changes of commit 8021e8ec78 - Show all commits

View File

@ -7,6 +7,10 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Microsoft.VisualBasic.Logging;
using AirBomber.Exceptions;
using Serilog;
using Log = Serilog.Log;
namespace AirBomber
{

View File

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

View File

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