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; /// /// 贴边隐藏后 以非鼠标经过方式触发显示 /// public static bool MARGIN_HIDE_AND_OTHER_SHOW = false; } }