Esempio n. 1
0
        private void btnEditPortraits_Click(object sender, EventArgs e)
        {
            FormEditTree choices = new FormEditTree();

            choices.LoadFormDataEntries(false);
            choices.Show();
        }
Esempio n. 2
0
        private void btnEditSprites_Click(object sender, EventArgs e)
        {
            FormEditTree choices = new FormEditTree();

            choices.LoadFormDataEntries(true);
            choices.Show();
        }