Hello everybody,
another interesting notice today.
Imagine following situation.
1. You have base class. Let it is called GraphX.
2. In your library you created extentions of this grap: GraphXExt1, GraphXExt2 at the same level. For example like this:
public class GraphXExt1 : PXGraphE...