FileSurfer 1.1.4
Modern Windows File Explorer
|
The App class serves as the entry point for the FileSurfer application, handling application-wide initialization and setup. More...
Public Member Functions | |
override void | Initialize () |
Initializes the application by loading XAML resources. | |
override void | OnFrameworkInitializationCompleted () |
Invokes FileSurferSettings.LoadSettings and sets Application.RequestedThemeVariant theme. |
Static Private Member Functions | |
static SimpleResult | ValidateArgs (string[]? args, out string? directory) |
static MainWindowViewModel | GetViewModel (string initialDir) |
The App class serves as the entry point for the FileSurfer application, handling application-wide initialization and setup.
It configures global resources, themes, and the main window, ensuring that the application's settings and appearance are properly applied.
|
inlinestaticprivate |
|
inline |
Initializes the application by loading XAML resources.
|
inline |
Invokes FileSurferSettings.LoadSettings and sets Application.RequestedThemeVariant theme.
Configures the main window with the appropriate DataContext.
|
inlinestaticprivate |