2024-06-20 17:09:30 -05:00
|
|
|
@using BootstrapBlazor.Components
|
2024-08-04 17:53:19 -05:00
|
|
|
@using LANCommander.Launcher.Data.Models
|
2025-12-31 20:01:04 -06:00
|
|
|
@namespace LANCommander.Launcher.UI
|
2024-06-20 00:22:03 -05:00
|
|
|
@inherits FeedbackComponent<Media>
|
|
|
|
|
@inject MediaService MediaService
|
|
|
|
|
|
2024-06-20 17:09:30 -05:00
|
|
|
<PdfReader LocalFileName="@(MediaService.GetImagePath(Options))" Height="100%" />
|
2024-06-20 00:22:03 -05:00
|
|
|
|
|
|
|
|
@code {
|
|
|
|
|
|
|
|
|
|
}
|