示例#1
0
 public NamesForm()
 {
     InitializeComponent();
     FormUtil.restoreLocation(this);
 }
示例#2
0
 private void NamesForm_Resize(object sender, EventArgs e)
 {
     FormUtil.saveLocation(this);
 }
示例#3
0
 private void HookOptionsForm_Move(object sender, EventArgs e)
 {
     FormUtil.saveLocation(this);
 }