MainWindow.xaml 428 Bytes
Newer Older
潘栩锋's avatar
潘栩锋 committed
1
<NavigationWindow x:Class="FLY.Weight2.UI.Server.MainWindow"
2 3
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
潘栩锋's avatar
潘栩锋 committed
4 5 6 7
        Title="MainWindow" ResizeMode="NoResize" SizeToContent="WidthAndHeight" MinWidth="400" MinHeight="200"
                  ShowsNavigationUI="False"
                  Loaded="NavigationWindow_Loaded">
</NavigationWindow>