Ejemplo n.º 1
0
 protected override void DoSomeThing()
 {
     if (chargeable)
     {
         cha.ChargeControl(coun.Count());
     }
 }