Пример #1
0
 public OrdersModelView(INorthWind northWind)
 {
     this.northWind = northWind;
     modelChangeEvent += modelChanged;
 }