示例#1
0
        private void btnInfo_Click(object sender, EventArgs e)
        {
            fAccountManager account = new fAccountManager(LoginAccount);

            account.Update += account_Update;
            account.Show();
        }
示例#2
0
        private void btnRegister_Click(object sender, EventArgs e)
        {
            fAccountManager register = new fAccountManager(LoginAccount);

            register.Show();
        }