From 24053628fd45d83899711c30d3d2da343b6eff05 Mon Sep 17 00:00:00 2001 From: Aidar Date: Tue, 17 Dec 2024 19:23:42 +0400 Subject: [PATCH] =?UTF-8?q?=20LabWork=202.1.1=20(=D0=98=D1=81=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjectAutoenterprise/ProjectAutoenterprise/Forms/FormBus.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectAutoenterprise/ProjectAutoenterprise/Forms/FormBus.cs b/ProjectAutoenterprise/ProjectAutoenterprise/Forms/FormBus.cs index a11287e..5070e7f 100644 --- a/ProjectAutoenterprise/ProjectAutoenterprise/Forms/FormBus.cs +++ b/ProjectAutoenterprise/ProjectAutoenterprise/Forms/FormBus.cs @@ -74,7 +74,7 @@ public partial class FormBus : Form private void ButtonCancel_Click(object sender, EventArgs e) => Close(); private Bus CreateBus(int id) { - BusColors busColors = BusColors.White; + BusColors busColors = BusColors.None; foreach (var elem in checkedListBoxBusColors.CheckedItems) { busColors |= (BusColors)elem;