20240301_JSEQ_upperpc/JiangsuEarthquake/Models/AssemblyInfo.cs
春风过客 1ca31245c2 目前已实现功能:
1 基础UI设计
2 LogRecord页面DataGrid数据库数据显示、筛选
3 AlarmRecord页面DataGrid数据库数据显示、筛选
2024-04-10 08:29:59 +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)
)]