# OpenFileDialogService class

The default IOpenFileDialogService implementation. It resolves the owner window through IWindowsManager and shows the platform open file dialog.

```csharp
public class OpenFileDialogService : IOpenFileDialogService
```

## Public Members

| name | description |
| --- | --- |
| [OpenFileDialogService](OpenFileDialogService/OpenFileDialogService.md)() | Legacy bridge for code that creates the service directly, without a container. Requires an initialized [`Current`](./ApplicationServicesContext/Current.md). |
| [OpenFileDialogService](OpenFileDialogService/OpenFileDialogService.md)(…) | Primary constructor. Dependencies are passed explicitly, so the service can be created by any DI container and substituted in tests. |
| [Show](OpenFileDialogService/Show.md)(…) |  |
| [ShowAsync](OpenFileDialogService/ShowAsync.md)(…) |  |

## See Also

* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](./index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Avalonia.Controls.ApplicationServices.dll -->
