修改为单屏

This commit is contained in:
2025-09-26 11:23:55 +08:00
parent aa43943f33
commit 0884292626
11 changed files with 223 additions and 420 deletions

View File

@@ -13,16 +13,7 @@ namespace 电子展板
{
public App()
{
}
protected override void OnStartup(StartupEventArgs e)
{
MainWindow mainWindow = new MainWindow();
mainWindow.Show();
MainWindow2 mainWindow2 = new MainWindow2();
mainWindow2.Show();
base.OnStartup(e);
}
}
}
}