Ejemplo n.º 1
0
 public void Architect_Error(IArchitect architect, ArchitectureErrorEventArgs e)
 {
     textBox2.Dispatcher.BeginInvoke(new AddArchitectNoticeDelegate(AddArchitectMessage),
         System.Windows.Threading.DispatcherPriority.Send, e.message);
 }
Ejemplo n.º 2
0
 public void Architect_Error(IArchitect architect, ArchitectureErrorEventArgs e)
 {
     textBox2.Dispatcher.BeginInvoke(new AddArchitectNoticeDelegate(AddArchitectMessage),
                                     System.Windows.Threading.DispatcherPriority.Send, e.message);
 }