using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GeekDesk.Constant { internal class RunTimeStatus { /// /// 查询框是否在工作 /// public static bool SEARCH_BOX_SHOW = false; } }