設計模式(十四)狀態模式

不同的時間,工作狀態不同。代碼實現? 工作類: public class Work { private int hour; public int Hour{ get{return hour;} set{hour=value;} } private bool finish = false; public bool TaskFin
相關文章
相關標籤/搜索