Exemplo n.º 1
0
 internal ViewSelector(View view, View.ControlStateChangesDelegate controlStateChanged)
 {
     if (view == null || controlStateChanged == null)
     {
         throw new global::System.ArgumentNullException();
     }
     this.view = view;
     this.controlStateChanged = controlStateChanged;
     this.selector            = null;
 }
Exemplo n.º 2
0
 internal CloneableViewSelector(View view, View.ControlStateChangesDelegate controlStateChanged) : base(view, controlStateChanged)
 {
 }