示例#1
0
 private void textBox2_Leave(object sender, EventArgs e)
 {
     pointReferences();
     textBox_BackUp_Member.Text = Convert.ToString(anInvestment.GetBackupAmount_Remaining());
     InvestmentDiffCalculate();
 }