public ShippingMethodControlActionList(ShippingMethodControl ctrl)
     : base(ctrl)
 {
     ctrlShippingMethod = ctrl;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Applies the associated formatting to the specified control.
 /// </summary>
 /// <param name="control"></param>
 public override void Apply(Control control)
 {
     ShippingMethodControl ctrlShippingMethod = (ShippingMethodControl)control;
 }