设计模式(3)――结构性模式 (三)

2014-11-24 02:43:10 · 作者: · 浏览: 12
hodOne();
two.MethodTwo();
four.MethodFour();
}
public void MethodB()
{
Console.WriteLine("\n方法组B()——");
two.MethodTwo();
three.MethodThree();
}
}
}

作者“许德鹏的专栏”