public MainViewModel()
 {
     CollectionToPrint = new ObservableCollection<MyShownObject>();
     PrintParts = new PrintParts();
 }
Esempio n. 2
0
 public MainViewModel()
 {
     CollectionToPrint = new ObservableCollection <MyShownObject>();
     PrintParts        = new PrintParts();
 }