public bool LoadFromFile(string path) { try { slObj.LoadFromFile(path, this.gToScreen); } catch (Exception) { return(false); } finally { UpdateCanvas(); } return(true); }