Beispiel #1
0
        public override void SetContainer <S, V>(FormSelector <S, V> container)
        {
            if (container != null && !(container is FormSelect))
            {
                throw new ArgumentException();
            }

            this.formSelect = container as FormSelect;
        }
 public abstract void SetContainer <S, V>(FormSelector <S, V> container) where S : FormSelectable;