If I have a Windows Application WinApp that has a public function pubFun
, how can I call it from a different windows application --> WinApp.pubFun()
?
Thanks in advance
If I have a Windows Application WinApp that has a public function pubFun
, how can I call it from a different windows application --> WinApp.pubFun()
?
Thanks in advance
Is there anything stopping you from extracting the logic out into a separate assembly which both applications can share?