<NavigationWindow x:Class="FLY.Winder.UI.Server.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="MainWindow" SizeToContent="WidthAndHeight" MinWidth="400" MinHeight="200"
                  ShowsNavigationUI="False"
                  Loaded="NavigationWindow_Loaded">
    </NavigationWindow>