mirror of
https://github.com/soukoku/ntwain.git
synced 2026-02-25 13:04:07 +08:00
Sample tweaks.
This commit is contained in:
@@ -7,12 +7,16 @@ namespace Sample.WPF
|
||||
/// Interaction logic for App.xaml
|
||||
/// </summary>
|
||||
public partial class App : Application
|
||||
{
|
||||
protected override void OnStartup(StartupEventArgs e)
|
||||
{
|
||||
{
|
||||
public App()
|
||||
{
|
||||
UIHooks.EnableHighDpiSupport();
|
||||
}
|
||||
|
||||
protected override void OnStartup(StartupEventArgs e)
|
||||
{
|
||||
Theme.ApplyTheme(ThemeColor.Light, Accent.Green);
|
||||
base.OnStartup(e);
|
||||
}
|
||||
}
|
||||
base.OnStartup(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user