diff --git a/Gremlin/GremlinUtilities/GUClasses/DataIdentificator.cs b/Gremlin/GremlinUtilities/GUClasses/DataIdentificator.cs index 0447354..4b9f178 100644 --- a/Gremlin/GremlinUtilities/GUClasses/DataIdentificator.cs +++ b/Gremlin/GremlinUtilities/GUClasses/DataIdentificator.cs @@ -154,7 +154,7 @@ namespace Gremlin.GremlinUtilities.GUClasses return winners; } - public List ReadDataIdentifierFromFile() + public static List ReadDataIdentifierFromFile() { List result = new(50); string fileInput = FileIO.ReadResource("DataIdentifier.txt"); diff --git a/Gremlin/MVVM/MainWindow.xaml.cs b/Gremlin/MVVM/MainWindow.xaml.cs index a0562ae..c0e6b98 100644 --- a/Gremlin/MVVM/MainWindow.xaml.cs +++ b/Gremlin/MVVM/MainWindow.xaml.cs @@ -103,8 +103,8 @@ namespace Gremlin.MVVM private void BtnQuoteUI_Click(object sender, RoutedEventArgs e) { - QuoteUI quoteUI = new(); - _ = quoteUI.ShowDialog(); + //ShellView shellView = new(); + //shellView.ShowDialog(); } private void BtnShowAccountList_Click(object sender, RoutedEventArgs e) diff --git a/Gremlin/MVVM/QuoteUI.xaml b/Gremlin/MVVM/QuoteUI.xaml deleted file mode 100644 index 230f3c3..0000000 --- a/Gremlin/MVVM/QuoteUI.xaml +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -