private void TranslationForm_Resize(object sender, EventArgs e) { if (backgroundForm == null) { return; } FormUtil.saveLocation(this); moveBackgroundForm(); }
private void HookOptionsForm_Resize(object sender, EventArgs e) { FormUtil.saveLocation(this); }
private void NamesForm_Move(object sender, EventArgs e) { FormUtil.saveLocation(this); }