Esempio n. 1
0
 public CustomCombo(OrderComponent oc)
 {
     InitializeComponent();
     o           = oc;
     DataContext = oc.DataContext;
 }