private void AddFactionButton_Click(object sender, EventArgs e) { AddFactionForm newScreen = new AddFactionForm(); newScreen.Show(); Close(); }
private void AddFactionButton_Click(object sender, EventArgs e) { factionControl.AddFaction(newFaction); AddFactionForm newScreen = new AddFactionForm(); newScreen.Show(); Close(); }