C# Class CardIdleRemastered.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Show file Open project: AlexanderSharykin/CardIdleRemastered

Public Methods

Method Description
SaveSettings ( AppVisualSettings vis ) : void

Private Methods

Method Description
LaunchCardIdle ( object sender, System.Windows.StartupEventArgs e ) : void
LoadVisuals ( ) : void
LogTaskSchedulerUnobservedTaskException ( object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs arg ) : void
LogUnhandledDispatcherException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs arg ) : void
LogUnhandledDomainException ( object sender, UnhandledExceptionEventArgs arg ) : void
StopCardIdle ( object sender, System.Windows.ExitEventArgs e ) : void

Method Details

SaveSettings() public method

public SaveSettings ( AppVisualSettings vis ) : void
vis AppVisualSettings
return void