B
bart
Hi,
I am very curious what is the difference between these two lines:
SomeEvent += new EventHandler(Method)
and
SomeEvent += new Method.
It bothers me lately
I am very curious what is the difference between these two lines:
SomeEvent += new EventHandler(Method)
and
SomeEvent += new Method.
It bothers me lately
