示例#1
0
 private void Open_Account_Click(object sender, EventArgs e)
 {
     acccount.Update_User();
     acccount.Update_LotsFromData();
     acccount.Update_MyLots();
     acccount.Update_BoughtLots();
     acccount.Update_Balance();
     this.Hide();
     acccount.Show();
 }