Silver Ghost
December 12th, 2002, 11:52 PM
IT DRIVES ME NUTS!!! *** IS WRONG?
public ETM( ETMHandler _handler ): base( new ETHandler(OnTarg) )
It *****es at the line above, however it's fine with:
public ETM( ETMHandler _handler ): base( null )
OnTarget is declared inside of that same class, it's a method, and it's not static. What the **** does it ***** about?
(please forgive my foul language, but I am freaking mad)
public ETM( ETMHandler _handler ): base( new ETHandler(OnTarg) )
It *****es at the line above, however it's fine with:
public ETM( ETMHandler _handler ): base( null )
OnTarget is declared inside of that same class, it's a method, and it's not static. What the **** does it ***** about?
(please forgive my foul language, but I am freaking mad)