This commit is contained in:
xyy
2026-05-26 19:37:04 +08:00
parent eb95de74ed
commit e8a8c7bebf
7 changed files with 152 additions and 43 deletions

View File

@@ -29,5 +29,10 @@ namespace ASTM_D7896_Tester.Views
InitializeComponent();
DataContext = new D7896ViewModel();
}
private void UserControl_Loaded(object sender, RoutedEventArgs e)
{
}
}
}