- Move all Launcher components to LANCommander.Launcher.UI namespace - Move all SCSS files next to components (when possible) - Refactor styles that control overflow of content into titlebar to MainWindow only - Remove use in launcher UI of SDK.Client
11 lines
278 B
Text
11 lines
278 B
Text
@using BootstrapBlazor.Components
|
|
@using LANCommander.Launcher.Data.Models
|
|
@namespace LANCommander.Launcher.UI
|
|
@inherits FeedbackComponent<Media>
|
|
@inject MediaService MediaService
|
|
|
|
<PdfReader LocalFileName="@(MediaService.GetImagePath(Options))" Height="100%" />
|
|
|
|
@code {
|
|
|
|
}
|