static void Main(string[] args) { Codetotest2 ctt = new Codetotest2(); int Sub = ctt.Subtractor(10, 5); Console.Write("\n\n"); }
public Testdriver2() { code = new Codetotest2(); childAD = AppDomain.CurrentDomain; }