15 lines
261 B
C#
Raw Normal View History

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