public void Save() { if (SavePath.Trim().Length == 0) { SelectSavePath(); } if (SavePath.Trim().Length == 0) { return; } Save(SavePath); }