コード例 #1
0
 public BindablePicker()
 {
     _codeValueCollection       = new CodeValueCollection();
     this.SelectedIndexChanged += OnSelectedIndexChanged;
 }
コード例 #2
0
 public new bool CheckEquals(CodeValueCollection other)
 {
     return(base.CheckEquals(other));
 }