Can someone explain this simple code? First time I see it in a C# example
Button btn = sender as Button;
if (btn != null)
|
Results 1 to 11 of 11
Threaded View
|
Click Here to Expand Forum to Full Width |