Functions written in one project uses by another project

Ask general questions here.
Rajendra
Posts: 32
Joined: Wed Sep 28, 2011 1:57 pm

Functions written in one project uses by another project

Post by Rajendra » Tue Oct 18, 2011 1:47 pm

Hi Team,

I have created a file(Program.cs) in a project named Project1. I have written some function(s)(fun1, fun 2....) in Project1.

Now I have created another project named Project2. Now I want to use the functions which are in Project1 in Project2.
How can it possible...?
Can somebody help me....?

Regards,
Raj

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Functions written in one project uses by another project

Post by Support Team » Tue Oct 18, 2011 3:31 pm

Hi,
Rajendra wrote:Now I have created another project named Project2. Now I want to use the functions which are in Project1 in Project2.
How can it possible...?
Can somebody help me....?
Please take a look to the following documentation
http://msdn.microsoft.com/en-us/library ... 80%29.aspx

Regards,
Peter
Ranorex Team