예제 #1
0
 private void confirm_Click(object sender, EventArgs e)
 {
     currentDB.carryOverAdd(Int64.Parse(carryOverText.Text.Replace(",", "")));
     Setting_Carryover.ActiveForm.Close();
 }