コード例 #1
0
 private void TranslationForm_Resize(object sender, EventArgs e)
 {
     if (backgroundForm == null)
     {
         return;
     }
     FormUtil.saveLocation(this);
     moveBackgroundForm();
 }
コード例 #2
0
ファイル: OptionsForm.cs プロジェクト: kmltml/chiitrans
 private void HookOptionsForm_Resize(object sender, EventArgs e)
 {
     FormUtil.saveLocation(this);
 }
コード例 #3
0
 private void NamesForm_Move(object sender, EventArgs e)
 {
     FormUtil.saveLocation(this);
 }