20240801_FJEQ_upperpc/FujianEarthquake_seabed/FujianEarthquake/AssemblyInfo.cs
XuMin 9d9eebd854 海底部分上位机软件:
1 基本框架搭建完成;
2 日志记录展示页面完成;
3 实时数据展示页面和告警记录页面完成部分;
2024-08-22 17:45:36 +08:00

11 lines
634 B
C#

using System.Windows;
[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]