12 lines
445 B
XML
12 lines
445 B
XML
<Window x:Class="MRCC.Launcher.MainWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Title="RedCircuit Launcher"
|
|
Height="720" Width="1100"
|
|
WindowStartupLocation="CenterScreen"
|
|
Background="#0A0A14"
|
|
ResizeMode="CanResizeWithGrip"
|
|
MinHeight="400" MinWidth="600"
|
|
Loaded="OnWindowLoaded">
|
|
</Window>
|