コード例 #1
0
 public MainViewModel()
 {
     CollectionToPrint = new ObservableCollection<MyShownObject>();
     PrintParts = new PrintParts();
 }
コード例 #2
0
 public MainViewModel()
 {
     CollectionToPrint = new ObservableCollection <MyShownObject>();
     PrintParts        = new PrintParts();
 }