Beispiel #1
0
		public ImageComboBoxItem(ImageComboBox parent, object item)
		{
			this.Parent = parent;
			Value = item;
		}
Beispiel #2
0
 public ImageComboBoxItem(ImageComboBox parent, object item)
 {
     Parent = parent;
     Value  = item;
 }