예제 #1
0
 public override void Initialize(IComponent component)
 {
     Debug.Assert(component is System.Web.UI.MobileControls.AdRotator,
                  "AdRotatorDesigner.Initialize - Invalid AdRotator Control");
     _adRotator = (System.Web.UI.MobileControls.AdRotator)component;
     base.Initialize(component);
 }
 public override void Initialize(IComponent component)
 {
     Debug.Assert(component is System.Web.UI.MobileControls.AdRotator,
                  "AdRotatorDesigner.Initialize - Invalid AdRotator Control");
     _adRotator = (System.Web.UI.MobileControls.AdRotator) component;
     base.Initialize(component);
 }
예제 #3
0
 public override void Initialize(IComponent component)
 {
     this._adRotator = (AdRotator) component;
     base.Initialize(component);
 }
예제 #4
0
 public DesignerAdRotatorAdapter(AdRotator adRotator)
 {
     base.set_Control(adRotator);
 }