Prytkina A.V. LabWork07 #8

Closed
anastasia_prytkina wants to merge 4 commits from LabWork07 into LabWork06
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 1a47764b37 - Show all commits

View File

@ -141,7 +141,7 @@ namespace AirplaneWithRadar
else
{
MessageBox.Show("Не удалось добавить объект");
_logger.LogInformation("Не удалось добавить объект");
_logger.LogWarning("Не удалось добавить объект");
}
}
catch (StorageOverflowException ex)

View File

@ -13,9 +13,9 @@ namespace AirplaneWithRadar
[STAThread]
static void Main()
{
Application.SetHighDpiMode(HighDpiMode.SystemAware);
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
//Application.SetHighDpiMode(HighDpiMode.SystemAware);
//Application.EnableVisualStyles();
//Application.SetCompatibleTextRenderingDefault(false);
ApplicationConfiguration.Initialize();
var services = new ServiceCollection();
ConfigureServices(services);