mirror of
https://github.com/muskit/MercuryConverter.git
synced 2026-06-03 04:34:25 -07:00
flesh out the data scan UI, tweak selection table
This commit is contained in:
@@ -14,6 +14,6 @@ public partial class Welcome : Window
|
||||
|
||||
private void ClickHandler(object sender, RoutedEventArgs args)
|
||||
{
|
||||
MainWindow.Instance!.Dialog.DialogContent = new DataOpen().Content;
|
||||
MainWindow.Instance!.Dialog.DialogContent = new DataScanning().Content;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user