Hi everyone,
I am converting my window form into C# dll but I am not sure how am I going invoke it from other application to make the form load.
Will I just expose a function that just loads the form?
Or are there any built-in functions inside the form that I can use?
Thanks in advance.
I am converting my window form into C# dll but I am not sure how am I going invoke it from other application to make the form load.
Will I just expose a function that just loads the form?
Or are there any built-in functions inside the form that I can use?
Thanks in advance.
Comment