AppDomain Isolated WPF Demo
Hi,
I was start play with AppDomain Isolated WPF Demo.
i insert to classSceneInput2D
this code:
void
GraphIt_Click(object sender,RoutedEventArgs e){
thrownewApplicationException("only for test Exception!!!!");Display.Children.Clear();
Grapher grapher =newGrapher();Display.Children.Add(grapher.Show2D(
this.Equation.Text));}
when i try this func the Demo crushed.
how i can isolate the WPF add-in to AppDomain?
Thanks a lot
Lior

