Ejemplo n.º 1
0
        private void itemExcellentOptionzToolStripMenuItem_Click(object sender, EventArgs e)
        {
            string fpath = OpenDialogZ();

            if (string.IsNullOrEmpty(fpath))
            {
                return;
            }

            ItemExcellentOption       Decoder = new ItemExcellentOption(fpath, BmdFile.FileType.ItemGlow);
            ItemExcellentOptionEditor editor  = new ItemExcellentOptionEditor(Decoder);

            editor.Show();
        }
Ejemplo n.º 2
0
        private void itemExcellentOptionzToolStripMenuItem_Click(object sender, EventArgs e)
        {
            string fpath = OpenDialogZ();
            if (string.IsNullOrEmpty(fpath))
                return;

            ItemExcellentOption Decoder = new ItemExcellentOption(fpath, BmdFile.FileType.ItemGlow);
            ItemExcellentOptionEditor editor = new ItemExcellentOptionEditor(Decoder);
            editor.Show();
        }