摘要:
AvalonDock is a docking windows control for WPF that lets you create customizable layouts using a full featured window docking system similar to what 阅读全文
摘要:
做WPF项目时遇到不同进程读取同一个路径的图片,提示图片资源正在被另一个进程使用。string path="c:\\1.png";BitmapImage bp = new BitmapImage(new Uri(path, UriKind.Relative));这时候不同进程用bp是会报错,异常的根... 阅读全文