File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Source/Examples/ExampleLibrary Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public static PlotModel ImageAnnotation()
2626
2727 OxyImage image ;
2828#if UNIVERSAL
29- var assembly = typeof ( PlotModel ) . GetTypeInfo ( ) . Assembly ;
29+ var assembly = typeof ( ImageAnnotationExamples ) . GetTypeInfo ( ) . Assembly ;
3030#else
3131 var assembly = Assembly . GetExecutingAssembly ( ) ;
3232#endif
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ public static PlotModel ImageAnnotation()
415415
416416 OxyImage image ;
417417#if UNIVERSAL
418- var assembly = typeof ( PlotModel ) . GetTypeInfo ( ) . Assembly ;
418+ var assembly = typeof ( MouseEventExamples ) . GetTypeInfo ( ) . Assembly ;
419419#else
420420 var assembly = Assembly . GetExecutingAssembly ( ) ;
421421#endif
You can’t perform that action at this time.
0 commit comments