View Single Post
  #3 (permalink)  
Old 06-01-2006, 08:52 AM
brackett brackett is offline
Programmer
 
Join Date: May 2006
Posts: 193
Credits: 0
Rep Power: 11
brackett is on a distinguished road
Default

Even better, from an OOP perspective, would be to inherit the Button class, override OnClick, and keep track of it in there. You could expose a ReadOnly Property to show the count.

But, yeah, you could just store it in a global.
Reply With Quote