<?xml version="1.0" encoding="utf-8"?>
<Window
    x:Class="LumaTunnel.Client.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="LumaTunnel 光隧">
  <Window.SystemBackdrop><MicaBackdrop /></Window.SystemBackdrop>
  <Grid>
    <Frame x:Name="RootFrame" />
  </Grid>
</Window>
