mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-05-01 21:01:28 +08:00
恢复WPF项目代码
This commit is contained in:
22
Workbench/App.xaml
Normal file
22
Workbench/App.xaml
Normal file
@@ -0,0 +1,22 @@
|
||||
<Application x:Class="Serein.Workbench.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:Serein.Workbench"
|
||||
StartupUri="MainWindow.xaml"
|
||||
Startup="Application_Startup">
|
||||
<Application.Resources>
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<!--<ResourceDictionary Source="/Themes/ExplicitDataControl.xaml" />-->
|
||||
<ResourceDictionary Source="/Themes/MethodDetailsControl.xaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
|
||||
<Style TargetType="{x:Type TextBlock }">
|
||||
<!--<Setter Property="FontFamily" Value="Comic Sans MS"/>-->
|
||||
<Setter Property="Foreground" Value="#071042"/>
|
||||
</Style>
|
||||
</ResourceDictionary>
|
||||
|
||||
</Application.Resources>
|
||||
|
||||
</Application>
|
||||
Reference in New Issue
Block a user