Exemple #1
0
 public WcModel()
 {
     this.history = new ObservableCollection <string>();
     this.Bind    = new WcModelBind(this);
 }
Exemple #2
0
 public WcModel()
 {
     this.Bind = new WcModelBind(this);
 }