Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
C# Community
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
VB.NET
Windows Forms
Calling other project from onclick event
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="JohnH, post: 141739, member: 5139"] You can't have circular references, so you have to arrange your stuff in a provider-consumer fashion. Logically if A needs B to do its job, and B needs A to do its job, then neither can do their job. Typically libraries provide functionality and often return results of that. That is also the school of thought in OOP, avoid dependencies. For example you should avoid what you do in logikklassen, where you hard code setting a specific label text to some result. Instead typically you return results that a consumer can use (obvious choice for 'minmetod'), or if something needs to be set by method provide that as input parameter (using a type not defined by consumer). [/QUOTE]
Insert quotes…
Verification
Post reply
VB.NET
Windows Forms
Calling other project from onclick event
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom