M
maxim
Hi everyone,
We develop a GUI application and Class Library. Both are written in C#.
The Class Library has public interfaces with a lot of functionality,
which can be accessed from our GUI application, but also from any other
developer who using our product. There are a couple of fucntions in this
Class Library that we want to hide (or at list to protect) from other
developers. Those functions are for our internal usage only. I mean we
want that the only who can call them is our GUI application.
Is there any way to do that?
Thanks,
Maxim.
We develop a GUI application and Class Library. Both are written in C#.
The Class Library has public interfaces with a lot of functionality,
which can be accessed from our GUI application, but also from any other
developer who using our product. There are a couple of fucntions in this
Class Library that we want to hide (or at list to protect) from other
developers. Those functions are for our internal usage only. I mean we
want that the only who can call them is our GUI application.
Is there any way to do that?
Thanks,
Maxim.