J
JC
I have this code from a site,
http://www.csharphelp.com/archives3/archive554.html
I can't figure out what the
set{ m_Timeout = MinMax.max(value, 1);
does. Compiling fails on the MinMax object. What is it?
jc
http://www.csharphelp.com/archives3/archive554.html
I can't figure out what the
set{ m_Timeout = MinMax.max(value, 1);
does. Compiling fails on the MinMax object. What is it?
jc