2026-08-08 14:07:56 +08:00
|
|
|
<Window x:Class="MRCC.Launcher.MainWindow"
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2026-08-09 21:32:55 +08:00
|
|
|
Title="RedCircuit Launcher"
|
|
|
|
|
Height="720" Width="1100"
|
2026-08-08 14:07:56 +08:00
|
|
|
WindowStartupLocation="CenterScreen"
|
2026-08-09 21:32:55 +08:00
|
|
|
Background="#0A0A14"
|
|
|
|
|
ResizeMode="CanResizeWithGrip"
|
|
|
|
|
MinHeight="400" MinWidth="600"
|
|
|
|
|
Loaded="OnWindowLoaded">
|
2026-08-08 14:07:56 +08:00
|
|
|
</Window>
|