Exemple #1
0
        private void Btn_addAccount_Click(object sender, EventArgs e)
        {
            NewAccount form = new NewAccount(currentGame.characters, disDaemon.PullCharaID(lstBx_Characters.SelectedIndex), currentGame.accounts, accType_temp);

            form.NewAccountCreated += NewAccountCreated;
            form.Show();
        }