static void Main(string[] args) { Codetotest1 ctt = new Codetotest1(); int S = ctt.adder(4, 5); Console.Write("\n\n"); }
public Testdriver1() { code = new Codetotest1(); childAD = AppDomain.CurrentDomain; }