Call .cs file from another .cs file

Ask general questions here.
skhanpara
Posts: 101
Joined: Wed Apr 23, 2014 3:55 pm

Call .cs file from another .cs file

Post by skhanpara » Wed May 07, 2014 4:32 pm

i have a form with check box yes or no

if yes the corresponding field appears so i wrote code to excute each file seperatly
The main page has if else condition if yes, call abc.cs file

all .cs file has code written in method void ITestModule.Run()

how can i call this method?

Thank you

skhanpara
Posts: 101
Joined: Wed Apr 23, 2014 3:55 pm

Re: Call .cs file from another .cs file

Post by skhanpara » Wed May 07, 2014 5:04 pm