Ejemplo n.º 1
0
        //----< called by MainWindow to add a selected file >------------

        public void Add(string file)
        {
            Selections.AppendText(file + "\n");
        }