Пример #1
0
 public MainViewModel()
 {
     CollectionToPrint = new ObservableCollection<MyShownObject>();
     PrintParts = new PrintParts();
 }
Пример #2
0
 public MainViewModel()
 {
     CollectionToPrint = new ObservableCollection <MyShownObject>();
     PrintParts        = new PrintParts();
 }