摘要:
从本地加载图片 public class OpenPictureCommand : Command { protected override void Executed(object sender, ExecutedRoutedEventArgs e) { System.Windows.Forms.OpenFileDialog ofd = new System.Windows.Forms.OpenFileDialog(); //EventBinder.BindControl... 阅读全文