コード例 #1
0
 private void saveBtn_Click(object sender, EventArgs e)
 {
     RappelzSettings.SaveSettings(Settings);
     this.Close();
 }