/// <summary> /// 歷屆題型試卷初期化顯示 /// </summary> private void WorkPagesDisplay() { cmbWorkPages.DataSource = Process.GetWorkPageFiles(); }