This commit is contained in:
xyy
2026-03-31 20:17:17 +08:00
parent 8bd9226955
commit e14d6de146
18 changed files with 865 additions and 206 deletions

View File

@@ -145,6 +145,11 @@ namespace MembranePoreTester.Views
private void Close_Click(object sender, RoutedEventArgs e) => Close();
public static event EventHandler<LoadRecordEventArgs> LoadRecordEvent;
private void Window_Loaded(object sender, RoutedEventArgs e)
{
Query_Click(sender, e);
}
}
public class LoadRecordEventArgs : EventArgs