public WcModel() { this.history = new ObservableCollection <string>(); this.Bind = new WcModelBind(this); }
public WcModel() { this.Bind = new WcModelBind(this); }