Changed for MGSH

This commit is contained in:
2025-02-06 16:43:07 -05:00
parent 35e6e005b8
commit 549f9ca7d1
2 changed files with 13 additions and 4 deletions

View File

@@ -28,10 +28,6 @@ This resource dictionary is used by the MainWindow.
<vw:WatchListView />
</DataTemplate>
<!--<DataTemplate DataType="{x:Type vm:MMTrendViewModel}">
<vw:MMTrendView />
</DataTemplate>-->
<DataTemplate DataType="{x:Type vm:CMTTrendViewModel}">
<vw:CMTTrendView />
</DataTemplate>
@@ -40,6 +36,10 @@ This resource dictionary is used by the MainWindow.
<vw:MomentumView />
</DataTemplate>
<DataTemplate DataType="{x:Type vm:MGSHMomentumViewModel}">
<vw:MGSHMomentumView />
</DataTemplate>
<DataTemplate DataType="{x:Type vm:CMMomentumViewModel}">
<vw:CMMomentumView />
</DataTemplate>