此功能可用来设置系统的不同的标题
private void SelectSystem()
{
ConfigHelper.Title = DropDownList1.SelectedText;
ConfigHelper.SaveAll();
}