2025-08-15 15:25:44 +08:00

15 lines
267 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Controls;
namespace DI_Electrical.Views.CustomControl
{
public class MultiSelectComboBoxItem : ListBoxItem
{
}
}