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;