public void UpdateStyle(string file) { if (!file.Equals(styleFile)) { styleFile = file; CommonUtil.ApplyStyle(file); } }