示例#1
0
 public void SetFrame(Data.Frame frame)
 {
     this.frame = frame;
     Application.Current.Dispatcher.BeginInvoke(DispatcherPriority.Background, new Action(() => { frame.Load();  this.DataContext = frame; }));
 }
示例#2
0
 public void SetFrame(Data.Frame frame)
 {
   this.frame = frame;
   Application.Current.Dispatcher.BeginInvoke(DispatcherPriority.Background, new Action(() => { frame.Load();  this.DataContext = frame; }));
 }