Open trivalik opened 1 day ago
I just added in MinWpfApp at the end of MainWindow_Loaded:
MainWindow_Loaded
graphControl.Graph = null; graphControl.Graph = graph;
This lead to a NullReferenceException on reassingment. This is the fix for it.
@microsoft-github-policy-service agree
I just added in MinWpfApp at the end of
MainWindow_Loaded
:This lead to a NullReferenceException on reassingment. This is the fix for it.