T
teslar91
I have a class library with a custom component (MyComponent).
MyComponent requires several values to function properly. These will
be different for each app it's used in; but for each app, these values
will be the same for each instance of MyComponent.
Is there any way I can define these values once within the app, and
have the component be able to retrieve those values, both at design
and run time?
What would be ideal is if the component could call a function within
the app that returns the values, but I'm open to other methods.
MyComponent requires several values to function properly. These will
be different for each app it's used in; but for each app, these values
will be the same for each instance of MyComponent.
Is there any way I can define these values once within the app, and
have the component be able to retrieve those values, both at design
and run time?
What would be ideal is if the component could call a function within
the app that returns the values, but I'm open to other methods.