public static void UpdateAdditionalRefs() { if (File.Exists(QueryFilePath)) { try { QueryCore q = new QueryCore(); q.Open(QueryFilePath); UpdateAdditionalRefs(q); return; } catch { } } _additionalRefs = new string[0]; }