private void btnEditPortraits_Click(object sender, EventArgs e) { FormEditTree choices = new FormEditTree(); choices.LoadFormDataEntries(false); choices.Show(); }
private void btnEditSprites_Click(object sender, EventArgs e) { FormEditTree choices = new FormEditTree(); choices.LoadFormDataEntries(true); choices.Show(); }