Пример #1
0
 public SmileFrownViewModel(ExampleViewModel parent)
 {
     _parent    = parent;
     _firstLoad = true;
     ExampleChanged();
 }