Ejemplo n.º 1
0
        //----< load display tab >--------------------------------------

        private void AddDisplayList()
        {
            selectedlist_display.Items.Clear();
            foreach (string file in selectedFiles)
            {
                tran.ConvertToHtml(file);
                selectedlist_display.Items.Add(file);
            }
        }