示例#1
0
        private void btnEditPortraits_Click(object sender, EventArgs e)
        {
            FormEditTree choices = new FormEditTree();

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

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