I have 1 solution,
2 projects p2p,member,
2 namespaces p2p and member respectively in them,
how do I make use of the class defined in p2p namespace in members main routine?
I am new to c# and have hacked my way till here in 2 days.
I used c# just to port my c++ program to it as it saves lots of time using .NET code
Add reference to the p2p project in the member project, then type
at the beginning of your member code