public Dialog(StoryGame game) { this.game = game; this.Name = "New Dialog"; }
private void buttonNew_Click(object sender, EventArgs e) { StoryGame.AddDialog(); updateDialogs(); this.comboBoxDialog.SelectedIndex = Dialogs.Count - 1; }