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

            files.Add(newFile);
        }