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