Newer
Older
Qwilight / Qwilight / Qwilight / View / MainWindow / LoadingView.xaml
@Taehui Taehui on 6 Nov 312 bytes 2023-11-06 오후 9:10
<Grid
    x:Class="Qwilight.View.LoadingView"
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Background="Black">
    <Image Style="{StaticResource StandardView}" Source="{StaticResource QwilightDrawing}" Stretch="None" />
</Grid>