摘要:
public class FileNode : PropertyChangedBase { public FileNode() { this.Files = new ObservableCollection<FileNode>(); this.IsFile = false; } private st 阅读全文
摘要:
① System.Windows.Media.Brushes.BlueViolet; ② new System.Windows.Media.SolidColorBrush(System.Windows.Media.Color.FromRgb(0X8A, 0X2B, 0XE2)); ③ new Sys 阅读全文
摘要:
IOC的优点 when using DI / IoC Container, we may replace SomeService with SomeTestService on registration side, without needing to change anything on the 阅读全文