Hello.
I've got a dialog with a list in it.
I then make another dialog that is intended to be the interface for the user to select options that will add a new item to the list.
I intend to have that item added to the list and shown once that 2nd dialog, the interface, is closed.
Is this achievable? I tried using a "pointer" by having a ref-keyword parameter in the constructor of the second dialog.
Thoughts? Aid?
Thanks,
-Danny

1 answers
Here are som information.
I dont really have much experience in this case, however I was thinking of the "delegate approach" in the article above.
answered one year ago by:
66