Files
Mitria_Minecraft_Project/Mitria_Minecraft_Launcher_Dev/LauncherForm.xaml
crudelis ff52d49800 - Update 시작점
업데이트 해야 될점 TODO 작성 및 MK2 버전 제작 시작
2025-04-07 16:28:50 +09:00

20 lines
819 B
XML

<Window x:Class="Mitria_Minecraft_Launcher_Dev.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Mitria_Minecraft_Launcher_Dev"
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800">
<Grid>
<TabControl TabStripPlacement="Left" Width="">
<TabItem Header="TabItem">
<Grid Background="#FFE5E5E5"/>
</TabItem>
<TabItem Header="TabItem">
<Grid Background="#FFE5E5E5"/>
</TabItem>
</TabControl>
</Grid>
</Window>