Пример #1
0
 public SimplePickerViewController(SimplePickerElement container)
 {
     this._container = container;
 }
Пример #2
0
 public SimplePickerViewModel(SimplePickerElement owner)
 {
     this._owner = owner;
 }