Hi,
Can someone please explain what's the different between new and override? I don't see the different because both of them use its own version of DrawWindow and not the one from base class, isn't it?
Thanks in advance.
Code:
public override void DrawWindow()
public new void DrawWindow()
Thanks in advance.