private void OpenAccountButton_Click(object sender, EventArgs e) { string accountId = Character.AccountInfo.AccountID; AccountInfoForm form = new AccountInfoForm(accountId, true); form.ShowDialog(); }
private void accountToolStripMenuItem_Click(object sender, EventArgs e) { AccountInfoForm form = new AccountInfoForm(); form.ShowDialog(); }