G
Guest
Hi there
I have a delegate that needs to have only 1 function to call. There is a
possibility that the function will be added to the delegate a second time if
the button is clicked twice. Is it "legal" to assign a delegate null before
adding a function to the delegate. eg
del = null;
del += new delfunc();
Thanks
Dave
I have a delegate that needs to have only 1 function to call. There is a
possibility that the function will be added to the delegate a second time if
the button is clicked twice. Is it "legal" to assign a delegate null before
adding a function to the delegate. eg
del = null;
del += new delfunc();
Thanks
Dave