Normal
Greg,Don't know details about the IPlayer / IExternalPlayer, but:"virtual" method means that you CAN override this method in subclasses.You don't need to, but you're allowed to. If you want to keep the code from the inherited method you need to call it using "base.<methodname>".Hope that helps, for the rest you need help from other guys Daniel
Greg,
Don't know details about the IPlayer / IExternalPlayer, but:
"virtual" method means that you CAN override this method in subclasses.
You don't need to, but you're allowed to. If you want to keep the code from the inherited method you need to call it using "base.<methodname>".
Hope that helps, for the rest you need help from other guys
Daniel