原创 設計模式總結

一、單例模式 namespace DesignPattern { public class Single_Pattern { private static Single_Pattern single_Pa