suppose project one contain demo.dll and it contain a(), b() function
project 2nd contain demo.dll and it contain c(), d() function
now i want to used this 4 function in new project, so how i can used this dll in new project because it is having same name.
please give me solution