I have created an instance (C) of a class from within a windows form (W1), but I need to call back a particular sub in the parent (W1) from that class (C), how can I do this? (This instance (C) will be created again by another windows form (W2) and it will call another particular sub in that window (W2)).

Thanks.