public BindablePicker()
 {
     _codeValueCollection       = new CodeValueCollection();
     this.SelectedIndexChanged += OnSelectedIndexChanged;
 }
Exemplo n.º 2
0
 public new bool CheckEquals(CodeValueCollection other)
 {
     return(base.CheckEquals(other));
 }