public static void Main() { PotOfTeaInterface potOfTea = new PotOfTeaProxy(); Tapper tap = new Tapper(); tap.test("TestProxy: pouring tea", potOfTea.pourTea() , ("Pouring tea")); tap.done(); }
public static void Main() { PotOfTeaInterface potOfTea = new PotOfTeaProxy(); Tapper tap = new Tapper(); tap.test("TestProxy: pouring tea", potOfTea.pourTea(), ("Pouring tea")); tap.done(); }