mirror of
https://github.com/soukoku/ntwain.git
synced 2026-02-25 13:04:07 +08:00
Reorged source tree.
This commit is contained in:
17
samples/Sample.WPF/App.xaml.cs
Normal file
17
samples/Sample.WPF/App.xaml.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using ModernWPF;
|
||||
using System.Windows;
|
||||
|
||||
namespace Sample.WPF
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for App.xaml
|
||||
/// </summary>
|
||||
public partial class App : Application
|
||||
{
|
||||
protected override void OnStartup(StartupEventArgs e)
|
||||
{
|
||||
ModernTheme.ApplyTheme(ModernTheme.Theme.Light, Accent.Green);
|
||||
base.OnStartup(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user