Page 1 of 1

Call .cs file from another .cs file

Posted: Wed May 07, 2014 4:32 pm
by skhanpara
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

Re: Call .cs file from another .cs file

Posted: Wed May 07, 2014 5:04 pm
by skhanpara