LANCommander/LANCommander.Client/UI/Components/PdfReaderDialog.razor
2024-06-20 17:09:30 -05:00

10 lines
240 B
Text

@using BootstrapBlazor.Components
@using LANCommander.Client.Data.Models
@inherits FeedbackComponent<Media>
@inject MediaService MediaService
<PdfReader LocalFileName="@(MediaService.GetImagePath(Options))" Height="100%" />
@code {
}