public NicenessComboBoxItem(HowNice howNice)
 {
     Value = howNice;
 }
Example #2
0
 public MyItem(HowNice howNice, string howNice_descr)
 {
     _howNice     = howNice;
     _description = howNice_descr;
 }