Inheritance: INotifyPropertyChanged
Exemplo n.º 1
0
        private void addFile(String filePath)
        {
            SystemFile newFile = new SystemFile(filePath, dispatcher);

            files.Add(newFile);
        }